Moderator: disable screen sharing

This commit is contained in:
Luca
2020-05-12 19:04:41 +02:00
committed by Mészáros Mihály
parent 651fb4578d
commit ff096f993d
6 changed files with 96 additions and 2 deletions
+7
View File
@@ -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 }
});