Breakout Room helper interface.
More...
#include <IWebinarBreakoutRoomHelper.h>
Inherits IWebinarBOCreatorHelper, IWebinarBOAdminHelper, IWebinarBOAssistantHelper, IWebinarBOAttendeeHelper, and IWebinarBODataHelper.
Breakout Room helper interface.
Definition at line 365 of file IWebinarBreakoutRoomHelper.h.
◆ ~IWebinarBreakoutRoomHelper()
virtual IWebinarBreakoutRoomHelper::~IWebinarBreakoutRoomHelper |
( |
| ) |
|
|
inlinevirtual |
◆ DeregisterSink()
Deregister webinar breakout room helper callback sink.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ GetBOAdminHelper()
Get the pointer of WebinarBO administrator object.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Returns
- If the function succeeds, the return value is a pointer to IWebinarBOAdminHelper object. For more details, see IWebinarBOAdminHelper. Otherwise failed, the return value is NULL.
◆ GetBOAssistantHelper()
Get the pointer of WebinarBO assistant object.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Returns
- If the function succeeds, the return value is a pointer to IWebinarBOAssistantHelper object. For more details, see IWebinarBOAssistantHelper. Otherwise failed, the return value is NULL.
◆ GetBOAttendeeHelper()
Get the pointer of WebinarBO attendee object.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Returns
- If the function succeeds, the return value is a pointer to IWebinarBOAttendeeHelper object. For more details, see IWebinarBOAttendeeHelper. Otherwise failed, the return value is NULL.
◆ GetBOCreatorHelper()
Get the pointer of WebinarBO creator object.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Returns
- If the function succeeds, the return value is a pointer to IWebinarBOCreatorHelper object. For more details, see IWebinarBOCreatorHelper. Otherwise failed, the return value is NULL.
◆ GetBODataHelper()
Get the pointer of WebinarBO data object.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Returns
- If the function succeeds, the return value is a pointer to IWebinarBODataHelper object. For more details, see IWebinarBODataHelper. Otherwise failed, the return value is NULL.
◆ GetBOStatus()
Query current breakout room status.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
[out] | boStatus | The bo status, see BO_STATUS enum. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ IsBOEnabled()
virtual ZRCSDKError IWebinarBreakoutRoomHelper::IsBOEnabled |
( |
bool & |
enabled | ) |
|
|
pure virtual |
Determine if the WebinarBO feature is enabled in current meeting.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
[out] | enabled | TRUE indicates breakout room is enabled in this meeting. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ IsBOStarted()
virtual ZRCSDKError IWebinarBreakoutRoomHelper::IsBOStarted |
( |
bool & |
started | ) |
|
|
pure virtual |
Determine if the WebinarBO is started or not.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
[out] | started | TRUE indicates breakout room is started or stopping, see BO_STATUS enum. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ IsInMainSession()
virtual ZRCSDKError IWebinarBreakoutRoomHelper::IsInMainSession |
( |
bool & |
isInMainSession | ) |
|
|
pure virtual |
Query if you are in main session.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
[out] | isInMainSession | TRUE indicates you are in main session. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ RegisterSink()
Register webinar breakout room helper callback sink.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.