Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
IBOCreatorHelperSink Class Referenceabstract

BO creator callback handler. More...

#include <IBreakoutRoomHelper.h>

Public Member Functions

virtual ~IBOCreatorHelperSink ()
 
virtual void OnBOOptionsNotification (const BOOptions &boOptions)=0
 Breakout room options notification. Options are only used for configure BO settings before BO starts.
 
virtual void OnBORoomInfoListChanged (const std::vector< BreakoutRoomInfo > &boRoomInfoList)=0
 Breakout room info list changed callback. If bo room count or name changed, you will receive this callback before BO starts.
 

Detailed Description

BO creator callback handler.

Definition at line 68 of file IBreakoutRoomHelper.h.

Constructor & Destructor Documentation

◆ ~IBOCreatorHelperSink()

virtual IBOCreatorHelperSink::~IBOCreatorHelperSink ( )
inlinevirtual

Definition at line 71 of file IBreakoutRoomHelper.h.

71{}

Member Function Documentation

◆ 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
boOptionsThe 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
boRoomInfoListNew bo room info list.