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

WebinarBO creator interface. More...

#include <IWebinarBreakoutRoomHelper.h>

Inherited by IWebinarBreakoutRoomHelper.

Public Member Functions

virtual void RegisterSink (IWebinarBOCreatorHelperSink *pSink)=0
 
virtual ZRCSDKError GetBOOptions (WebinarBOOptions &boOptions)=0
 Get current WebinarBO options.
 

Detailed Description

WebinarBO creator interface.

Definition at line 94 of file IWebinarBreakoutRoomHelper.h.

Member Function Documentation

◆ GetBOOptions()

virtual ZRCSDKError IWebinarBOCreatorHelper::GetBOOptions ( WebinarBOOptions boOptions)
pure virtual

Get current WebinarBO options.

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

◆ RegisterSink()

virtual void IWebinarBOCreatorHelper::RegisterSink ( IWebinarBOCreatorHelperSink pSink)
pure virtual