Browse Source

fix(external_api) fixed misspelled api command

master
Philipp Fruck 4 years ago
parent
commit
f030706a94
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/API/external/external_api.js

+ 1
- 1
modules/API/external/external_api.js View File

34
     email: 'email',
34
     email: 'email',
35
     toggleLobby: 'toggle-lobby',
35
     toggleLobby: 'toggle-lobby',
36
     hangup: 'video-hangup',
36
     hangup: 'video-hangup',
37
-    intiatePrivateChat: 'initiate-private-chat',
37
+    initiatePrivateChat: 'initiate-private-chat',
38
     kickParticipant: 'kick-participant',
38
     kickParticipant: 'kick-participant',
39
     muteEveryone: 'mute-everyone',
39
     muteEveryone: 'mute-everyone',
40
     overwriteConfig: 'overwrite-config',
40
     overwriteConfig: 'overwrite-config',

Loading…
Cancel
Save