diff --git a/src/room/GroupCallView.tsx b/src/room/GroupCallView.tsx index 9103b56b..9f9935e3 100644 --- a/src/room/GroupCallView.tsx +++ b/src/room/GroupCallView.tsx @@ -296,7 +296,7 @@ export const GroupCallView: FC = ({ const { t } = useTranslation(); - if (isRoomE2EE && !e2eeSharedKey) { + if (isRoomE2EE && !perParticipantE2EE && !e2eeSharedKey) { return (