ChangeBreakoutRoomOtherOptions: { action: "leave" | "joinAssigned" }

Deprecated

this type is now inlined and will be removed in a future version of the sdk q3/2023

Type declaration

  • action: "leave" | "joinAssigned"

    These two options do not require a breakout room uuid: "leave" | "joinAssigned". "leave" - Participant leaves breakout room and is sent to the main room. "joinAssigned" - Participant joins their default assigned breakout room. An error will be thrown if a uuid param is added with these two options.

Generated using TypeDoc