BO admin callback handler.
More...
#include <IBreakoutRoomHelper.h>
BO admin callback handler.
Definition at line 213 of file IBreakoutRoomHelper.h.
◆ ~IBOAdminHelperSink()
virtual IBOAdminHelperSink::~IBOAdminHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnBOEndTimerUpdate()
virtual void IBOAdminHelperSink::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.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
remainingSecond | The bo remaining time in seconds. |
◆ OnBOHelpRequestReceived()
virtual void IBOAdminHelperSink::OnBOHelpRequestReceived |
( |
const std::string & |
userGUID, |
|
|
const BreakoutRoomInfo & |
boRoomInfo |
|
) |
| |
|
pure virtual |
Receive help request from user in bo.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
userGUID | The user guid. |
boRoomInfo | The bo room info. |
◆ OnBOTimeIsUpNotification()
virtual void IBOAdminHelperSink::OnBOTimeIsUpNotification |
( |
| ) |
|
|
pure virtual |
BO time is up notification, you can decide to stop BO immediately or later.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0