Video SDK for iOS API Reference
|
#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. | |
Definition at line 56 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.