Add "close meeting" function for moderator

This commit is contained in:
Håvar Aambø Fosstveit
2020-03-24 01:43:40 +01:00
parent d756dd4721
commit 04b2d6d443
5 changed files with 95 additions and 19 deletions
+6
View File
@@ -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 }
});