BreakoutRoom interface
Breakout room details
Properties
auto |
Automatically move people to breakout rooms when they join |
call | breakout room call object when the participant joins the breakout room |
display |
display name of the breakout room |
invitees | the list of invitees who are assigned to a breakout room |
state | state of the breakout room |
thread |
threadId of the breakout room |
Methods
join() | allows the participant to join the breakout room when Automove people to rooms is set to false. |
return |
allows the breakout room participant to return to the main meeting. |
Property Details
autoMoveParticipantToBreakoutRoom
Automatically move people to breakout rooms when they join
autoMoveParticipantToBreakoutRoom?: boolean
Property Value
boolean
call
breakout room call object when the participant joins the breakout room
call?: Call | TeamsCall
Property Value
displayName
display name of the breakout room
displayName?: string
Property Value
string
invitees
the list of invitees who are assigned to a breakout room
invitees?: Invitee[]
Property Value
Invitee[]
state
threadId
threadId of the breakout room
threadId: string
Property Value
string
Method Details
join()
allows the participant to join the breakout room when Automove people to rooms is set to false.
function join(): Promise<Call | TeamsCall>