Subsession manager helper interface.
More...
#include <zoom_video_sdk_subsession_interface.h>
Subsession manager helper interface.
Definition at line 151 of file zoom_video_sdk_subsession_interface.h.
◆ ~IZoomVideoSDKSubSessionManager()
virtual IZoomVideoSDKSubSessionManager::~IZoomVideoSDKSubSessionManager |
( |
| ) |
|
|
inlinevirtual |
◆ broadcastMessage()
Broadcast a message to all subsessions.
- Parameters
-
sMessage | The message to be broadcast. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success, otherwise not.
- Note
- 'onBroadcastMessageFromMainSession' is the corresponding callback notification.
◆ isSubSessionStarted()
virtual bool IZoomVideoSDKSubSessionManager::isSubSessionStarted |
( |
| ) |
|
|
pure virtual |
Determine if the subsession has started.
- Returns
- If the subsession is started, the return value is true, otherwise not.
◆ startSubSession()
Start subsession.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success, otherwise not.
- Note
- 'onSubSessionStatusChanged' is the corresponding callback notification.
◆ stopSubSession()
Stop subsession.
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success, otherwise not.
- Note
- 'onSubSessionStatusChanged' is the corresponding callback notification.