Skip to content

Commit

Permalink
feat(MeetingsAdapter): add "lobby" state in meeting states
Browse files Browse the repository at this point in the history
  • Loading branch information
CoroDaniel authored and lalli-flores committed Nov 10, 2021
1 parent 328e1ff commit 045522b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MeetingsAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const MeetingControlState = {
*/
export const MeetingState = {
NOT_JOINED: 'NOT_JOINED', // the meeting has been created (has an id), but the user has not yet started / joined
LOBBY: 'LOBBY', // the user is waiting to be admitted into the meeting
JOINED: 'JOINED', // the user has started / joined the meeting
LEFT: 'LEFT', // the user has left the meeting
};
Expand Down

0 comments on commit 045522b

Please sign in to comment.