Stop local media when leaving call
This commit is contained in:
parent
e86bac90a0
commit
ed427572e7
1 changed files with 2 additions and 0 deletions
|
@ -804,6 +804,8 @@ export class ConferenceCallManager extends EventEmitter {
|
|||
}
|
||||
}
|
||||
|
||||
this.client.stopLocalMediaStream();
|
||||
|
||||
this.joined = false;
|
||||
this.participants = [this.localParticipant];
|
||||
this.localParticipant.stream = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue