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