BO data callback handler.
More...
#include <IBreakoutRoomHelper.h>
BO data callback handler.
Definition at line 497 of file IBreakoutRoomHelper.h.
◆ ~IBODataHelperSink()
virtual IBODataHelperSink::~IBODataHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnBOUserJoin()
virtual void IBODataHelperSink::OnBOUserJoin |
( |
const std::vector< MeetingParticipant > & |
participants | ) |
|
|
pure virtual |
◆ OnBOUserLeave()
virtual void IBODataHelperSink::OnBOUserLeave |
( |
const std::vector< MeetingParticipant > & |
participants | ) |
|
|
pure virtual |
◆ OnBOUserStatusChanged()
Breakout room user status changed notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
boUserStatus | New BO user status, see BO_USER_STATUS enum. |
boRoomInfo | New BO room info. |
◆ OnBOUserUpdate()
virtual void IBODataHelperSink::OnBOUserUpdate |
( |
const std::vector< MeetingParticipant > & |
participants | ) |
|
|
pure virtual |
◆ OnInitBOParticipants()
virtual void IBODataHelperSink::OnInitBOParticipants |
( |
const std::vector< MeetingParticipant > & |
participants, |
|
|
int32_t |
totalParticipantsCount, |
|
|
bool |
needCleanUpUserList |
|
) |
| |
|
pure virtual |