Browse Source

fix(external_api): Request feedback when using the API (#2271)

master
hristoterezov 7 years ago
parent
commit
ee1ec42463
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/API/API.js

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

@@ -68,7 +68,7 @@ function initCommands() {
68 68
         'toggle-chat': APP.UI.toggleChat,
69 69
         'toggle-contact-list': APP.UI.toggleContactList,
70 70
         'toggle-share-screen': toggleScreenSharing,
71
-        'video-hangup': () => APP.conference.hangup(),
71
+        'video-hangup': () => APP.conference.hangup(true),
72 72
         'email': APP.conference.changeLocalEmail,
73 73
         'avatar-url': APP.conference.changeLocalAvatarUrl
74 74
     };

Loading…
Cancel
Save