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