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