Function getCurrentBreakoutRoom
- getCurrentBreakoutRoom(args): {
attendeeStatus: BreakoutRoomAttendeeStatus;
name: string;
roomId: string;
} Parameters
- args: {
error?: Function;
success?: Function;
}Optional
error?: Function
Optional
success?: Function
Returns {
attendeeStatus: BreakoutRoomAttendeeStatus;
name: string;
roomId: string;
}
name: string
roomId: string
Get the current breakout room.