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

BO data callback handler. More...

#include <meeting_breakout_rooms_interface_v2.h>

Public Member Functions

virtual ~IBODataEvent ()
 
virtual void onBOInfoUpdated (const wchar_t *strBOID)=0
 To notify if some BO information is changed(user join/leave BO or BO name is modified) More...
 
virtual void onUnAssignedUserUpdated ()=0
 To notify if unassigned user join/leave master conference or name is modified. once you receive the callback, you need call GetUnassginedUserList to update the unassigned user information. More...
 
virtual void OnBOListInfoUpdated ()=0
 Host/CoHost both can edit BO, Host edit BO->start BO->stop BO, then CoHost edit BO->start BO, you will receive the event, you must update BO list in UI. More...
 

Detailed Description

BO data callback handler.

Definition at line 372 of file meeting_breakout_rooms_interface_v2.h.

Constructor & Destructor Documentation

◆ ~IBODataEvent()

virtual IBODataEvent::~IBODataEvent ( )
inlinevirtual

Definition at line 375 of file meeting_breakout_rooms_interface_v2.h.

375{}

Member Function Documentation

◆ onBOInfoUpdated()

virtual void IBODataEvent::onBOInfoUpdated ( const wchar_t *  strBOID)
pure virtual

To notify if some BO information is changed(user join/leave BO or BO name is modified)

Parameters
strBOID,theBO ID which information is changed.

◆ OnBOListInfoUpdated()

virtual void IBODataEvent::OnBOListInfoUpdated ( )
pure virtual

Host/CoHost both can edit BO, Host edit BO->start BO->stop BO, then CoHost edit BO->start BO, you will receive the event, you must update BO list in UI.

Parameters
strBOID,theBO ID which information is changed.

◆ onUnAssignedUserUpdated()

virtual void IBODataEvent::onUnAssignedUserUpdated ( )
pure virtual

To notify if unassigned user join/leave master conference or name is modified. once you receive the callback, you need call GetUnassginedUserList to update the unassigned user information.