Create action button
This commit is contained in:
parent
8a687f40cb
commit
74de2746c2
5 changed files with 100 additions and 10 deletions
|
@ -62,6 +62,9 @@ class JitsiFactory {
|
|||
}
|
||||
|
||||
public async stop(): Promise<void> {
|
||||
if(!this.jitsiApi){
|
||||
return;
|
||||
}
|
||||
await coWebsiteManager.closeCoWebsite();
|
||||
this.jitsiApi.removeListener('audioMuteStatusChanged', this.audioCallback);
|
||||
this.jitsiApi.removeListener('videoMuteStatusChanged', this.videoCallback);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue