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

WebinarBO admin callback handler. More...

#include <IWebinarBreakoutRoomHelper.h>

Public Member Functions

virtual ~IWebinarBOAdminHelperSink ()
 
virtual void OnBOEndTimerUpdate (uint64_t remainingSecond)=0
 BO end timer update notification, if BO enable timer, you will receive this notification when bo starts.
 
virtual void OnBOTimeIsUpNotification ()=0
 BO time is up notification, you can decide to stop BO immediately or later.
 

Detailed Description

WebinarBO admin callback handler.

Definition at line 116 of file IWebinarBreakoutRoomHelper.h.

Constructor & Destructor Documentation

◆ ~IWebinarBOAdminHelperSink()

virtual IWebinarBOAdminHelperSink::~IWebinarBOAdminHelperSink ( )
inlinevirtual

Definition at line 119 of file IWebinarBreakoutRoomHelper.h.

119{}

Member Function Documentation

◆ OnBOEndTimerUpdate()

virtual void IWebinarBOAdminHelperSink::OnBOEndTimerUpdate ( uint64_t  remainingSecond)
pure virtual

BO end timer update notification, if BO enable timer, you will receive this notification when bo starts.

Since
6.3.5
Zoom Rooms minimum version
6.2.0
Parameters
remainingSecondThe bo remaining time in seconds.

◆ OnBOTimeIsUpNotification()

virtual void IWebinarBOAdminHelperSink::OnBOTimeIsUpNotification ( )
pure virtual

BO time is up notification, you can decide to stop BO immediately or later.

Since
6.3.5
Zoom Rooms minimum version
6.2.0