Stop local media when leaving call
This commit is contained in:
@@ -804,6 +804,8 @@ export class ConferenceCallManager extends EventEmitter {
|
||||
}
|
||||
}
|
||||
|
||||
this.client.stopLocalMediaStream();
|
||||
|
||||
this.joined = false;
|
||||
this.participants = [this.localParticipant];
|
||||
this.localParticipant.stream = null;
|
||||
|
||||
Reference in New Issue
Block a user