Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IBODataEvent Class Referenceabstract

BO data callback handler. More...

#include <meeting_breakout_rooms_interface_v2.h>

Public Member Functions

virtual ~IBODataEvent ()
 
virtual void onBOInfoUpdated (const zchar_t *strBOID)=0
 To notify if some BO information is changed(user join/leave BO or BO user name is modified)
 
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 GetUnassignedUserList to update the unassigned user information.
 
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.
 

Detailed Description

BO data callback handler.

Definition at line 474 of file meeting_breakout_rooms_interface_v2.h.

Constructor & Destructor Documentation

◆ ~IBODataEvent()

virtual IBODataEvent::~IBODataEvent ( )
inlinevirtual

Definition at line 477 of file meeting_breakout_rooms_interface_v2.h.

477{}

Member Function Documentation

◆ onBOInfoUpdated()

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

To notify if some BO information is changed(user join/leave BO or BO user 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.

◆ 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 GetUnassignedUserList to update the unassigned user information.