Type alias AssignParticipantToBreakoutRoomOptions

AssignParticipantToBreakoutRoomOptions: { uuid?: string; participant?: string; participantUUID?: string }

Type declaration

  • Optional uuid?: string

    (optional) ID of a room (string). If you do not specify a UUID, the method removes the participant from their specific breakout rooms and puts them in the main room, if configuration of the rooms allows

  • Optional participant?: string

    ID of the participant.

    Deprecated

  • Optional participantUUID?: string

    Meeting-specific participant identifier.

Generated using TypeDoc