Type alias ConfigureBreakoutRoomsOptions

ConfigureBreakoutRoomsOptions: { allowParticipantsChooseRoom?: boolean; allowParticipantsReturnToMainSession?: boolean; automaticallyMoveParticipantsIntoRooms?: boolean; closeAfter?: number; countDown?: number; automaticallyMoveParticipantsIntoMainRoom?: boolean }

Type declaration

  • Optional allowParticipantsChooseRoom?: boolean

    Allow participants to choose which breakout room to join.

  • Optional allowParticipantsReturnToMainSession?: boolean

    Allow participants to return to the main meeting room.

  • Optional automaticallyMoveParticipantsIntoRooms?: boolean

    Automatically move participants into their assigned breakout rooms.

  • Optional closeAfter?: number

    Automatically close breakout rooms after that many minutes. Enter 0 if there is no timeout.

  • Optional countDown?: number

    Shows countdown after breakout rooms are closed for that many seconds. Enter 0 if no countdown is needed.

  • Optional automaticallyMoveParticipantsIntoMainRoom?: boolean

    The parameter is added in desktop client v5.13.10. It aligns with option Automatically move all selected participants in breakout rooms to main meeting in the Zoom UI. If true no consent dialog on participant screen will be shown while moving to main meeting. Defaults to false.

Generated using TypeDoc