feat(e2ee): broadcast e2ee disabled
This commit is contained in:
parent
2ca4dd3755
commit
093d8f830a
|
@ -277,9 +277,7 @@ StateListenerRegistry.register(
|
||||||
function _e2eeUpdated({ dispatch }, conference, participantId, newValue) {
|
function _e2eeUpdated({ dispatch }, conference, participantId, newValue) {
|
||||||
const e2eeEnabled = newValue === 'true';
|
const e2eeEnabled = newValue === 'true';
|
||||||
|
|
||||||
if (e2eeEnabled) {
|
dispatch(toggleE2EE(e2eeEnabled));
|
||||||
dispatch(toggleE2EE(e2eeEnabled));
|
|
||||||
}
|
|
||||||
|
|
||||||
dispatch(participantUpdated({
|
dispatch(participantUpdated({
|
||||||
conference,
|
conference,
|
||||||
|
|
Loading…
Reference in New Issue