@@ -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,