Moderator: disable screen sharing
This commit is contained in:
@@ -86,3 +86,10 @@ export const setStopPeerVideoInProgress = (peerId, flag) =>
|
||||
type : 'STOP_PEER_VIDEO_IN_PROGRESS',
|
||||
payload : { peerId, flag }
|
||||
});
|
||||
|
||||
export const setStopPeerScreenSharingInProgress = (peerId, flag) =>
|
||||
({
|
||||
type : 'STOP_PEER_SCREEN_SHARING_IN_PROGRESS',
|
||||
payload : { peerId, flag }
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user