Type alias ConfigureBreakoutRoomsResponse

ConfigureBreakoutRoomsResponse: { allowParticipantsChooseRoom: 0 | 1; allowParticipantsReturnToMainSession: 0 | 1; automaticallyMoveParticipantsIntoRooms: 0 | 1; closeAfter: number; countDown: number; automaticallyMoveParticipantsIntoMainRoom: 0 | 1 }

Type declaration

  • allowParticipantsChooseRoom: 0 | 1

    0 (false) | 1 (true). Allow participants to choose which breakout room to join.

  • allowParticipantsReturnToMainSession: 0 | 1

    0 (false) | 1 (true). Allow participants to return to the main meeting room.

  • automaticallyMoveParticipantsIntoRooms: 0 | 1

    0 (false) | 1 (true). Automatically move participants into their assigned breakout rooms.

  • closeAfter: number

    Automatically close breakout rooms in seconds. 0 means no timeout.

  • countDown: number

    Shows countdown after breakout rooms are closed for that many seconds. 0 means no countdown.

  • automaticallyMoveParticipantsIntoMainRoom: 0 | 1

    0 (false) | 1 (true). Automatically move participants into main room. This field is added in desktop client v5.13.10

Generated using TypeDoc