mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Remove debugging
This commit is contained in:
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)
|
// 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 New Issue
Block a user