John Wu пре 4 година
родитељ
комит
f225ce886f
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      react/features/e2ee/middleware.js

+ 1
- 1
react/features/e2ee/middleware.js Прегледај датотеку

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({

Loading…
Откажи
Сачувај