|
Video SDK for MacOS API Reference
|
Represents a subsession instance. More...
#include <ZMVideoSDKSubsessionHelper.h>
Inherits NSObject.
Instance Methods | |
| (NSArray< ZMVideoSDKSubSessionUser * > *_Nullable) | - getSubSessionUserList |
| Gets the list of users in this subsession. | |
| (ZMVideoSDKErrors) | - joinSubSession |
| Joins this subsession. | |
Properties | |
| NSString * | subSessionName |
| Gets the subsession's name. | |
| NSString * | subSessionID |
| Gets the subsession's ID. | |
Represents a subsession instance.
Definition at line 31 of file ZMVideoSDKSubsessionHelper.h.
| - (NSArray< ZMVideoSDKSubSessionUser * > *_Nullable) getSubSessionUserList |
Gets the list of users in this subsession.
| - (ZMVideoSDKErrors) joinSubSession |
Joins this subsession.
ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
|
readnonatomiccopy |
Gets the subsession's ID.
Definition at line 39 of file ZMVideoSDKSubsessionHelper.h.
|
readnonatomiccopy |
Gets the subsession's name.
Definition at line 35 of file ZMVideoSDKSubsessionHelper.h.