BO creator callback handler.
More...
#include <IBreakoutRoomHelper.h>
BO creator callback handler.
Definition at line 68 of file IBreakoutRoomHelper.h.
◆ ~IBOCreatorHelperSink()
virtual IBOCreatorHelperSink::~IBOCreatorHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnBOOptionsNotification()
virtual void IBOCreatorHelperSink::OnBOOptionsNotification |
( |
const BOOptions & |
boOptions | ) |
|
|
pure virtual |
Breakout room options notification. Options are only used for configure BO settings before BO starts.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
boOptions | The breakout room options. |
◆ OnBORoomInfoListChanged()
virtual void IBOCreatorHelperSink::OnBORoomInfoListChanged |
( |
const std::vector< BreakoutRoomInfo > & |
boRoomInfoList | ) |
|
|
pure virtual |
Breakout room info list changed callback. If bo room count or name changed, you will receive this callback before BO starts.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
boRoomInfoList | New bo room info list. |