ソースを参照

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

j8
hristoterezov 8年前
コミット
ee1ec42463
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      modules/API/API.js

+ 1
- 1
modules/API/API.js ファイルの表示

@@ -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
     };

読み込み中…
キャンセル
保存