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