|
Video SDK for iOS API Reference
|
Manages subsession lifecycle and communication. More...
#include <ZoomVideoSDKSubSessionHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZoomVideoSDKError) | - startSubSession |
| Starts subsession. | |
| (ZoomVideoSDKError) | - stopSubSession |
| Stops subsession. | |
| (BOOL) | - isSubSessionStarted |
| Determines whether the subsession is started. | |
| (ZoomVideoSDKError) | - broadcastMessage: |
| Broadcasts a message to subsession. | |
Manages subsession lifecycle and communication.
Definition at line 90 of file ZoomVideoSDKSubSessionHelper.h.
| - (ZoomVideoSDKError) broadcastMessage: | (NSString *_Nonnull) | message |
Broadcasts a message to subsession.
| message | The message to be broadcast. |
| - (BOOL) isSubSessionStarted |
Determines whether the subsession is started.
| - (ZoomVideoSDKError) startSubSession |
Starts subsession.
| - (ZoomVideoSDKError) stopSubSession |
Stops subsession.