Video SDK for iOS API 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. | |
Definition at line 80 of file ZoomVideoSDKSubSessionHelper.h.
- (ZoomVideoSDKError) broadcastMessage: | (NSString *_Nonnull) | message |
Broadcast a message to subsession.
message | The message to be broadcast. |
- (BOOL) isSubSessionStarted |
Determine if the subsession is started .
- (ZoomVideoSDKError) startSubSession |
Start subsession.
- (ZoomVideoSDKError) stopSubSession |
Stop subsession.