|
@@ -23,7 +23,7 @@ MiddlewareRegistry.register(({ dispatch, getState }) => next => action => {
|
23
|
23
|
logger.debug(`E2EE will be ${action.enabled ? 'enabled' : 'disabled'}`);
|
24
|
24
|
conference.toggleE2EE(action.enabled);
|
25
|
25
|
|
26
|
|
- // Broadccast that we enabled / disabled E2EE.
|
|
26
|
+ // Broadcast that we enabled / disabled E2EE.
|
27
|
27
|
const participant = getLocalParticipant(getState);
|
28
|
28
|
|
29
|
29
|
dispatch(participantUpdated({
|