Don't require shared key in ppe2ee mode
This commit is contained in:
@@ -296,7 +296,7 @@ export const GroupCallView: FC<Props> = ({
|
||||
|
||||
const { t } = useTranslation();
|
||||
|
||||
if (isRoomE2EE && !e2eeSharedKey) {
|
||||
if (isRoomE2EE && !perParticipantE2EE && !e2eeSharedKey) {
|
||||
return (
|
||||
<ErrorView
|
||||
error={
|
||||
|
||||
Reference in New Issue
Block a user