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

This commit is contained in:
hristoterezov
2017-12-11 11:43:52 -06:00
committed by virtuacoplenny
parent 76fb3b3c63
commit ee1ec42463

View File

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