BO data callback handler.
More...
#include <meeting_breakout_rooms_interface_v2.h>
|
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.
|
|
BO data callback handler.
Definition at line 474 of file meeting_breakout_rooms_interface_v2.h.
◆ ~IBODataEvent()
virtual IBODataEvent::~IBODataEvent |
( |
| ) |
|
|
inlinevirtual |
◆ 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,the | BO 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.