fix: Stop screensharing remove stream properly
parent
eeb10d9313
commit
aae9e15812
|
|
@ -3616,6 +3616,8 @@ export default class RoomClient
|
||||||
|
|
||||||
this._screenSharingProducer = null;
|
this._screenSharingProducer = null;
|
||||||
|
|
||||||
|
this._screenSharing.stop();
|
||||||
|
|
||||||
store.dispatch(meActions.setScreenShareInProgress(false));
|
store.dispatch(meActions.setScreenShareInProgress(false));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue