fix(chore) fix typo
This commit is contained in:
parent
6a4417c6cc
commit
f225ce886f
|
@ -23,7 +23,7 @@ MiddlewareRegistry.register(({ dispatch, getState }) => next => action => {
|
|||
logger.debug(`E2EE will be ${action.enabled ? 'enabled' : 'disabled'}`);
|
||||
conference.toggleE2EE(action.enabled);
|
||||
|
||||
// Broadccast that we enabled / disabled E2EE.
|
||||
// Broadcast that we enabled / disabled E2EE.
|
||||
const participant = getLocalParticipant(getState);
|
||||
|
||||
dispatch(participantUpdated({
|
||||
|
|
Loading…
Reference in New Issue