Stop local media when leaving call

This commit is contained in:
Robert Long 2021-08-05 12:52:54 -07:00
parent e86bac90a0
commit ed427572e7

View file

@ -804,6 +804,8 @@ export class ConferenceCallManager extends EventEmitter {
}
}
this.client.stopLocalMediaStream();
this.joined = false;
this.participants = [this.localParticipant];
this.localParticipant.stream = null;