mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat(e2ee): broadcast e2ee disabled
This commit is contained in:
committed by
tmoldovan8x8
parent
2ca4dd3755
commit
093d8f830a
@@ -277,9 +277,7 @@ StateListenerRegistry.register(
|
||||
function _e2eeUpdated({ dispatch }, conference, participantId, newValue) {
|
||||
const e2eeEnabled = newValue === 'true';
|
||||
|
||||
if (e2eeEnabled) {
|
||||
dispatch(toggleE2EE(e2eeEnabled));
|
||||
}
|
||||
dispatch(toggleE2EE(e2eeEnabled));
|
||||
|
||||
dispatch(participantUpdated({
|
||||
conference,
|
||||
|
||||
Reference in New Issue
Block a user