feat(API): Add show feedback parameter to hangup
This commit is contained in:
parent
d01cfc8466
commit
5fb9422513
|
@ -103,9 +103,9 @@ function initCommands() {
|
|||
|
||||
APP.store.dispatch(toggleTileView());
|
||||
},
|
||||
'video-hangup': () => {
|
||||
'video-hangup': (showFeedbackDialog = true) => {
|
||||
sendAnalytics(createApiEvent('video.hangup'));
|
||||
APP.conference.hangup(true);
|
||||
APP.conference.hangup(showFeedbackDialog);
|
||||
},
|
||||
'email': email => {
|
||||
sendAnalytics(createApiEvent('email.changed'));
|
||||
|
|
Loading…
Reference in New Issue