Type alias BreakoutRoomsParticipantsAssigned

BreakoutRoomsParticipantsAssigned: { timestamp: number; change: "breakoutRoomParticipantsAssigned"; breakoutRoomUUID: string; participantUUIDs?: string[] }

By UX or by method assignParticipantToBreakoutRoom.

Type declaration

  • timestamp: number
  • change: "breakoutRoomParticipantsAssigned"
  • breakoutRoomUUID: string
  • Optional participantUUIDs?: string[]

    host / co-host only

Generated using TypeDoc