Breakout Room helper event callback.
More...
#include <IBreakoutRoomHelper.h>
Breakout Room helper event callback.
Definition at line 615 of file IBreakoutRoomHelper.h.
◆ ~IBreakoutRoomHelperSink()
virtual IBreakoutRoomHelperSink::~IBreakoutRoomHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnBOStatusChanged()
virtual void IBreakoutRoomHelperSink::OnBOStatusChanged |
( |
BO_STATUS |
boStatus | ) |
|
|
pure virtual |
Breakout room status changed notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnBOStopCountDown()
virtual void IBreakoutRoomHelperSink::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.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
remainingSeconds | The bo stop countdown remaining time in seconds. |
◆ OnBOSwitchRequestReceived()
virtual void IBreakoutRoomHelperSink::OnBOSwitchRequestReceived |
( |
const std::string & |
fromUserName, |
|
|
const BreakoutRoomInfo & |
newBORoomInfo |
|
) |
| |
|
pure virtual |
Receive switch to breakout room request.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
Whenever the host switches you to another BO while you are assigned but haven't joined the BO, you will receive this event.
- Parameters
-
fromUserName | The request from user's name, empty string indicates from host. |
newBORoomInfo | The new BO room info. |
◆ OnHostInviteReturnToMainSession()
virtual void IBreakoutRoomHelperSink::OnHostInviteReturnToMainSession |
( |
const std::string & |
fromUserName | ) |
|
|
pure virtual |
Host invite you to return to main session notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
fromUserName | The request from user's name, empty string indicates from host. |
◆ OnStartJoinBONotification()
virtual void IBreakoutRoomHelperSink::OnStartJoinBONotification |
( |
| ) |
|
|
pure virtual |
Start to join BO notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0