ChangeBreakoutRoomOptions: { action: "join"; uuid: string } | { action: "leave" | "joinAssigned" }

uuid breakout room id

action: join This option requires a participant uuid. Join breakout room specified by uuid.

These two options do not require a breakout room uuid: leave | joinAssigned. An error will be thrown if a uuid param is added with these two options.

  • action: leave Participant leaves breakout room and is sent to the main room.
  • action: joinAssigned Participant joins their default assigned breakout room.

Generated using TypeDoc