Type alias BreakoutRoomsParticipantsLeft

BreakoutRoomsParticipantsLeft: { timestamp: number; change: "breakoutRoomParticipantsLeft"; breakoutRoomUUID: string; participantUUIDs?: string[] }

Participants left a breakout room, or by method changeBreakoutRoom.

Type declaration

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

    host / co-host only

Generated using TypeDoc