Remove debugging
parent
737fa7dca5
commit
05d5e3f680
|
@ -93,7 +93,6 @@ let meetApi: any; // JitsiMeetExternalAPI
|
|||
// TODO: register widgetApi listeners for PTT controls (https://github.com/vector-im/riot-web/issues/12795)
|
||||
|
||||
widgetApi.on('hangup', () => {
|
||||
console.log("@@ HANGUP");
|
||||
if (meetApi) meetApi.executeCommand('hangup');
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue