Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
IWebinarBOAttendeeHelper Class Referenceabstract

WebinarBO attendee interface. More...

#include <IWebinarBreakoutRoomHelper.h>

Inherited by IWebinarBreakoutRoomHelper.

Public Member Functions

virtual ZRCSDKError JoinBreakoutRoom ()=0
 Join the assigned breakout room.
 
virtual ZRCSDKError LeaveBreakoutRoom ()=0
 Leave joined breakout room.
 
virtual ZRCSDKError IsCanReturnMainSession (bool &canReturn)=0
 Determine if participant can return to main session.
 

Detailed Description

WebinarBO attendee interface.

Definition at line 195 of file IWebinarBreakoutRoomHelper.h.

Member Function Documentation

◆ IsCanReturnMainSession()

virtual ZRCSDKError IWebinarBOAttendeeHelper::IsCanReturnMainSession ( bool &  canReturn)
pure virtual

Determine if participant can return to main session.

Since
6.3.5
Zoom Rooms minimum version
6.2.0
Parameters
[out]canReturnTRUE indicates can return to main session.
Returns
If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.

◆ JoinBreakoutRoom()

virtual ZRCSDKError IWebinarBOAttendeeHelper::JoinBreakoutRoom ( )
pure virtual

Join the assigned breakout room.

Since
6.3.5
Zoom Rooms minimum version
6.2.0
Returns
If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.

◆ LeaveBreakoutRoom()

virtual ZRCSDKError IWebinarBOAttendeeHelper::LeaveBreakoutRoom ( )
pure virtual

Leave joined breakout room.

Since
6.3.5
Zoom Rooms minimum version
6.2.0
Returns
If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.