fix(aot) Let jitsi-meet-electron-sdk do the close (#10679)

This commit is contained in:
Horatiu Muresan 2022-01-04 13:21:30 +02:00 committed by GitHub
parent 197dbfbbcb
commit 6b260c27a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -23,6 +23,5 @@ export default class HangupButton extends AbstractHangupButton<Props, *> {
*/
_doHangup() {
api.executeCommand('hangup');
window.close();
}
}