summaryrefslogtreecommitdiffstats
path: root/src/constants.js
diff options
context:
space:
mode:
authorMarco <marcoambrosini@icloud.com>2022-12-20 14:08:39 +0100
committerMarco <marcoambrosini@icloud.com>2023-01-24 15:10:55 +0000
commit27ae20f78bb2efe988a64d051dc37f452ee7f6e3 (patch)
tree3cef63b95855a9dce87942a95fa284758b3bac18 /src/constants.js
parent194eb48b0b99af75a063fe03e571033b1059fd11 (diff)
Add ability to start and stop breakout rooms
Diffstat (limited to 'src/constants.js')
-rw-r--r--src/constants.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/constants.js b/src/constants.js
index 7edbd1aaa..3e30edc13 100644
--- a/src/constants.js
+++ b/src/constants.js
@@ -68,6 +68,11 @@ export const CONVERSATION = {
MANUAL: 2,
FREE: 3,
},
+
+ BREAKOUT_ROOM_STATUS: {
+ STOPPED: 0,
+ STARTED: 1,
+ },
}
export const ATTENDEE = {
ACTOR_TYPE: {