Remove debugging
This commit is contained in:
parent
737fa7dca5
commit
05d5e3f680
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ let meetApi: any; // JitsiMeetExternalAPI
|
||||||
// TODO: register widgetApi listeners for PTT controls (https://github.com/vector-im/riot-web/issues/12795)
|
// TODO: register widgetApi listeners for PTT controls (https://github.com/vector-im/riot-web/issues/12795)
|
||||||
|
|
||||||
widgetApi.on('hangup', () => {
|
widgetApi.on('hangup', () => {
|
||||||
console.log("@@ HANGUP");
|
|
||||||
if (meetApi) meetApi.executeCommand('hangup');
|
if (meetApi) meetApi.executeCommand('hangup');
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue