BO admin callback handler.
More...
#include <meeting_breakout_rooms_interface_v2.h>
BO admin callback handler.
Definition at line 315 of file meeting_breakout_rooms_interface_v2.h.
◆ ~IBOAdminEvent()
virtual IBOAdminEvent::~IBOAdminEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onBOEndTimerUpdated()
virtual void IBOAdminEvent::onBOEndTimerUpdated |
( |
int | remaining, |
|
|
bool | isTimesUpNotice ) |
|
pure virtual |
if it's timer BO, after start BO, you will receive the event.
- Parameters
-
[remaining] | remaining time, [isTimesUpNotice] true: when time is up, auto stop BO. false: don't auto stop BO.
|
◆ onHelpRequestReceived()
virtual void IBOAdminEvent::onHelpRequestReceived |
( |
const zchar_t * | strUserID | ) |
|
|
pure virtual |
when someone send the request help, notify it.
- Parameters
-
strUserID,is | the user ID which send the request help. |
◆ onStartBOError()
when StartBO fail, you will receive the event.
- Parameters
-
errCode,identify | the specific error code for trouble shooting. |
◆ onStartBOResponse()
virtual void IBOAdminEvent::onStartBOResponse |
( |
bool | bSuccess | ) |
|
|
pure virtual |
The callback notification of StartBO.
- Parameters
-
bSuccess,Indicates | whether the startup is actually successful. True indicates success, and false indicates failure. |
◆ onStopBOResponse()
virtual void IBOAdminEvent::onStopBOResponse |
( |
bool | bSuccess | ) |
|
|
pure virtual |
The callback notification of StopBO.
- Parameters
-
bSuccess,Indicates | whether the stop is actually successful. True indicates success, and false indicates failure. |