Moderator: Mute all screen sharing

This commit is contained in:
Luca
2020-05-13 10:42:03 +02:00
committed by Mészáros Mihály
parent e1f5f804b0
commit 13c38cecfd
6 changed files with 59 additions and 1 deletions
+6
View File
@@ -164,6 +164,12 @@ export const setStopAllVideoInProgress = (flag) =>
payload : { flag }
});
export const setStopAllScreenSharingInProgress = (flag) =>
({
type : 'STOP_ALL_SCREEN_SHARING_IN_PROGRESS',
payload : { flag }
});
export const setCloseMeetingInProgress = (flag) =>
({
type : 'CLOSE_MEETING_IN_PROGRESS',