Windows SDK API Reference
|
BO creator callback handler. More...
#include <meeting_breakout_rooms_interface_v2.h>
Public Member Functions | |
virtual | ~IBOCreatorEvent () |
virtual void | onBOCreateSuccess (const wchar_t *strBOID)=0 |
If CreateBO successfully, you will receive the event. Make sure you receive the event before start bo. More... | |
BO creator callback handler.
IBOCreator //////////////////////////////////////////
Definition at line 99 of file meeting_breakout_rooms_interface_v2.h.
|
inlinevirtual |
Definition at line 102 of file meeting_breakout_rooms_interface_v2.h.
|
pure virtual |
If CreateBO successfully, you will receive the event. Make sure you receive the event before start bo.
strBOID,to | indicate which bo has been created successfully. |