fix: Stop screensharing remove stream properly

auto_join_3.3
Mészáros Mihály 2020-05-14 14:01:56 +02:00
parent eeb10d9313
commit aae9e15812
1 changed files with 2 additions and 0 deletions

View File

@ -3616,6 +3616,8 @@ export default class RoomClient
this._screenSharingProducer = null;
this._screenSharing.stop();
store.dispatch(meActions.setScreenShareInProgress(false));
}