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