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

#include <meeting_breakout_rooms_interface_v2.h>

Public Member Functions

virtual ~IBOCreatorEvent ()
 
virtual void onBOCreateSuccess (const zchar_t *strBOID)=0
 If CreateBO successfully, you will receive the event. Make sure you receive the event before start bo.
 
virtual void OnWebPreAssignBODataDownloadStatusChanged (PreAssignBODataStatus status)=0
 When the pre-assigned data download status changes, you will receive the event.
 
virtual void OnBOOptionChanged (const BOOption &newOption)=0
 You will receive the event when the option changes.
 

Detailed Description

Definition at line 113 of file meeting_breakout_rooms_interface_v2.h.

Constructor & Destructor Documentation

◆ ~IBOCreatorEvent()

virtual IBOCreatorEvent::~IBOCreatorEvent ( )
inlinevirtual

Definition at line 116 of file meeting_breakout_rooms_interface_v2.h.

116{}

Member Function Documentation

◆ onBOCreateSuccess()

virtual void IBOCreatorEvent::onBOCreateSuccess ( const zchar_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.

◆ OnBOOptionChanged()

virtual void IBOCreatorEvent::OnBOOptionChanged ( const BOOption newOption)
pure virtual

You will receive the event when the option changes.

◆ OnWebPreAssignBODataDownloadStatusChanged()

virtual void IBOCreatorEvent::OnWebPreAssignBODataDownloadStatusChanged ( PreAssignBODataStatus  status)
pure virtual

When the pre-assigned data download status changes, you will receive the event.

Parameters
status,downloadstatus, for more details, see PreAssignBODataStatus.