From ee1ec42463cc8ea87f0fa046c5c3d8a83d6b1b22 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Mon, 11 Dec 2017 11:43:52 -0600 Subject: [PATCH] fix(external_api): Request feedback when using the API (#2271) --- modules/API/API.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/API/API.js b/modules/API/API.js index 216158eb8..753e35ce3 100644 --- a/modules/API/API.js +++ b/modules/API/API.js @@ -68,7 +68,7 @@ function initCommands() { 'toggle-chat': APP.UI.toggleChat, 'toggle-contact-list': APP.UI.toggleContactList, 'toggle-share-screen': toggleScreenSharing, - 'video-hangup': () => APP.conference.hangup(), + 'video-hangup': () => APP.conference.hangup(true), 'email': APP.conference.changeLocalEmail, 'avatar-url': APP.conference.changeLocalAvatarUrl };