Add "close meeting" function for moderator
This commit is contained in:
@@ -121,4 +121,10 @@ export const setStopAllVideoInProgress = (flag) =>
|
||||
({
|
||||
type : 'STOP_ALL_VIDEO_IN_PROGRESS',
|
||||
payload : { flag }
|
||||
});
|
||||
|
||||
export const setCloseMeetingInProgress = (flag) =>
|
||||
({
|
||||
type : 'CLOSE_MEETING_IN_PROGRESS',
|
||||
payload : { flag }
|
||||
});
|
||||
Reference in New Issue
Block a user