Windows SDK API Reference
Loading...
Searching...
No Matches
IBOCreatorEvent Class Referenceabstract

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...
 

Detailed Description

BO creator callback handler.

IBOCreator //////////////////////////////////////////

Definition at line 99 of file meeting_breakout_rooms_interface_v2.h.

Constructor & Destructor Documentation

◆ ~IBOCreatorEvent()

virtual IBOCreatorEvent::~IBOCreatorEvent ( )
inlinevirtual

Definition at line 102 of file meeting_breakout_rooms_interface_v2.h.

102{}

Member Function Documentation

◆ onBOCreateSuccess()

virtual void IBOCreatorEvent::onBOCreateSuccess ( const wchar_t *  strBOID)
pure virtual

If CreateBO successfully, you will receive the event. Make sure you receive the event before start bo.

Parameters
strBOID,toindicate which bo has been created successfully.