fix: Stop screensharing remove stream properly

This commit is contained in:
Mészáros Mihály
2020-05-14 14:01:56 +02:00
parent eeb10d9313
commit aae9e15812
+2
View File
@@ -3616,6 +3616,8 @@ export default class RoomClient
this._screenSharingProducer = null;
this._screenSharing.stop();
store.dispatch(meActions.setScreenShareInProgress(false));
}