Video SDK for MacOS API Reference
|
Manages subsession lifecycle and communication. More...
#include <ZMVideoSDKSubsessionHelper.h>
Inherits NSObject.
Instance Methods | |
(ZMVideoSDKErrors) | - startSubSession |
Start subsession. | |
(BOOL) | - isSubSessionStarted |
Determine if the subsession has started. | |
(ZMVideoSDKErrors) | - stopSubSession |
Stop subsession. | |
(ZMVideoSDKErrors) | - broadcastMessage: |
Broadcast a message to all subsessions. | |
Manages subsession lifecycle and communication.
Definition at line 84 of file ZMVideoSDKSubsessionHelper.h.
- (ZMVideoSDKErrors) broadcastMessage: | (NSString *) | message |
Broadcast a message to all subsessions.
message | The message to be broadcast. |
ZoomSDKError_Success
. Otherwise, the function fails. - (BOOL) isSubSessionStarted |
Determine if the subsession has started.
ZoomSDKError_Success
. Otherwise, the function fails. - (ZMVideoSDKErrors) startSubSession |
Start subsession.
ZoomSDKError_Success
. Otherwise, the function fails. - (ZMVideoSDKErrors) stopSubSession |
Stop subsession.
ZoomSDKError_Success
. Otherwise, the function fails.