|
Video SDK for iOS API Reference
|
Represents a subsession instance. More...
#include <ZoomVideoSDKSubSessionHelper.h>
Inherits NSObject.
Instance Methods | |
| (NSString *_Nullable) | - getSubSessionName |
| Get the subsession's nam. | |
| (NSString *_Nullable) | - getSubSessionID |
| Get the subsessions's ID. | |
| (NSArray< ZoomVideoSDKSubSessionUser * > *_Nullable) | - getSubSessionUserList |
| Get the user list in this subsessions. | |
| (ZoomVideoSDKError) | - joinSubSession |
| Join this subsessions. | |
Represents a subsession instance.
Definition at line 62 of file ZoomVideoSDKSubSessionHelper.h.
| - (NSString *_Nullable) getSubSessionID |
Get the subsessions's ID.
| - (NSString *_Nullable) getSubSessionName |
Get the subsession's nam.
| - (NSArray< ZoomVideoSDKSubSessionUser * > *_Nullable) getSubSessionUserList |
Get the user list in this subsessions.
| - (ZoomVideoSDKError) joinSubSession |
Join this subsessions.