Breakout Room helper event callback.
More...
#include <IWebinarBreakoutRoomHelper.h>
Breakout Room helper event callback.
Definition at line 301 of file IWebinarBreakoutRoomHelper.h.
◆ ~IWebinarBreakoutRoomHelperSink()
virtual IWebinarBreakoutRoomHelperSink::~IWebinarBreakoutRoomHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnBOStatusChanged()
virtual void IWebinarBreakoutRoomHelperSink::OnBOStatusChanged |
( |
BO_STATUS |
boStatus | ) |
|
|
pure virtual |
Breakout room status changed notification.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
◆ OnBOStopCountDown()
virtual void IWebinarBreakoutRoomHelperSink::OnBOStopCountDown |
( |
uint64_t |
remainingSeconds | ) |
|
|
pure virtual |
BO stop countdown, if BO enable countdown, you will receive this notification when bo is stopping, see BO_STOP_COUNTDOWN enum.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
remainingSeconds | The bo stop countdown remaining time in seconds. |
◆ OnBOSwitchRequestReceived()
virtual void IWebinarBreakoutRoomHelperSink::OnBOSwitchRequestReceived |
( |
const std::string & |
fromUserName, |
|
|
const BreakoutRoomInfo & |
newBORoomInfo |
|
) |
| |
|
pure virtual |
Receive switch to breakout room request.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
fromUserName | The request from user's name, empty string indicates from host. |
newBORoomInfo | The new BO room info. Whenever the host switches you to another BO while you are assigned but haven't joined the BO, you will receive this event. |
◆ OnHostInviteReturnToMainSession()
virtual void IWebinarBreakoutRoomHelperSink::OnHostInviteReturnToMainSession |
( |
| ) |
|
|
pure virtual |
Host invite you to return to main session notification.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
◆ OnStartJoinBONotification()
virtual void IWebinarBreakoutRoomHelperSink::OnStartJoinBONotification |
( |
| ) |
|
|
pure virtual |
Start to join BO notification.
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
◆ OnUpdateMeetingInfoNotification()
virtual void IWebinarBreakoutRoomHelperSink::OnUpdateMeetingInfoNotification |
( |
const MeetingInfo & |
meetingInfo | ) |
|
|
pure virtual |
- Since
- 6.3.5
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
meetingInfo | The updated meeting info. |