WebinarBO admin callback handler.
More...
#include <IWebinarBreakoutRoomHelper.h>
WebinarBO admin callback handler.
Definition at line 116 of file IWebinarBreakoutRoomHelper.h.
◆ ~IWebinarBOAdminHelperSink()
virtual IWebinarBOAdminHelperSink::~IWebinarBOAdminHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ 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
-
remainingSecond | The 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