BreakOutRoom: { breakoutRoomId: string; name: string; participants?: BreakOutRoomParticipantWithStatus[] }

Deprecated

this type is now inlined and will be removed in a future version of the sdk q3/2023

Type declaration

  • breakoutRoomId: string
  • name: string
  • Optional participants?: BreakOutRoomParticipantWithStatus[]

    Only meeting owners receive. An array of participants in breakout rooms. Includes their displayNames, participantUUID, and participantStatus.

Generated using TypeDoc