|
Video SDK for MacOS API Reference
|
Manages subsession lifecycle and communication. More...
#include <ZMVideoSDKSubsessionHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZMVideoSDKErrors) | - startSubSession |
| Starts subsession. | |
| (BOOL) | - isSubSessionStarted |
| Determines if the subsession has started. | |
| (ZMVideoSDKErrors) | - stopSubSession |
| Stops 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. |
ZMVideoSDKErrors_Success. Otherwise, this function returns an error. | - (BOOL) isSubSessionStarted |
Determines if the subsession has started.
ZMVideoSDKErrors_Success. Otherwise, this function returns an error. | - (ZMVideoSDKErrors) startSubSession |
Starts subsession.
ZMVideoSDKErrors_Success. Otherwise, this function returns an error. | - (ZMVideoSDKErrors) stopSubSession |
Stops subsession.
ZMVideoSDKErrors_Success. Otherwise, this function returns an error.