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
+3
View File
@@ -226,6 +226,9 @@ const room = (state = initialState, action) =>
case 'STOP_ALL_VIDEO_IN_PROGRESS':
return { ...state, stopAllVideoInProgress: action.payload.flag };
case 'STOP_ALL_SCREEN_SHARING_IN_PROGRESS':
return { ...state, stopAllScreenSharingInProgress: action.payload.flag };
case 'CLOSE_MEETING_IN_PROGRESS':
return { ...state, closeMeetingInProgress: action.payload.flag };