fix(chore) fix typo

This commit is contained in:
John Wu 2021-03-22 03:21:48 -07:00 committed by GitHub
parent 6a4417c6cc
commit f225ce886f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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