Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKSubSessionManager Class Reference

#include <ZoomVideoSDKSubSessionHelper.h>

Inherits NSObject.

Instance Methods

(ZoomVideoSDKError- startSubSession
 Start subsession.
 
(ZoomVideoSDKError- stopSubSession
 Stop subsession.
 
(BOOL) - isSubSessionStarted
 Determine if the subsession is started .
 
(ZoomVideoSDKError- broadcastMessage:
 Broadcast a message to subsession.
 

Detailed Description

Definition at line 80 of file ZoomVideoSDKSubSessionHelper.h.

Method Documentation

◆ broadcastMessage:

- (ZoomVideoSDKError) broadcastMessage: (NSString *_Nonnull) message

Broadcast a message to subsession.

Parameters
messageThe message to be broadcast.
Returns
If the function succeeds, the return value is Errors_Success, otherwise not.
Warning
'onBroadcastMessageFromMainSession' is the corresponding callback notification.

◆ isSubSessionStarted

- (BOOL) isSubSessionStarted

Determine if the subsession is started .

Returns
If the subsession is started, the return value is true, otherwise not.

◆ startSubSession

- (ZoomVideoSDKError) startSubSession

Start subsession.

Returns
If the function succeeds, the return value is Errors_Success, otherwise not.
Note
'onSubSessionStatusChanged' is the corresponding callback notification.

◆ stopSubSession

- (ZoomVideoSDKError) stopSubSession

Stop subsession.

Returns
If the function succeeds, the return value is Errors_Success, otherwise not.
Note
'onSubSessionStatusChanged' is the corresponding callback notification.