|
Video SDK for iOS API Reference
|
Manages subsession lifecycle and communication. More...
#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. | |
Manages subsession lifecycle and communication.
Definition at line 90 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.