|
Video SDK for iOS API Reference
|
Subsession helper interface. More...
#include <ZoomVideoSDKSubSessionHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZoomVideoSDKError) | - addSubSessionToPreList: |
| Add a subsession name to prepared list. | |
| (ZoomVideoSDKError) | - removeSubSessionFromPreList: |
| Remove a subsession name from prepared list. | |
| (ZoomVideoSDKError) | - clearSubSessionPreList |
| Clear the prepared list. | |
| (NSArray< NSString * > *_Nullable) | - getSubSessionPreList |
| Get the subsession name prepared list. | |
| (ZoomVideoSDKError) | - commitSubSessionList |
| Withdraw all committed subsession list and commit the prepared list. | |
| (NSArray< ZoomVideoSDKSubSessionKit * > *_Nullable) | - getCommittedSubSessionList |
| Get the commited subsession list. | |
| (ZoomVideoSDKError) | - withdrawSubSessionList |
| Withdraw all committed subsession list. | |
Subsession helper interface.
Definition at line 142 of file ZoomVideoSDKSubSessionHelper.h.
| - (ZoomVideoSDKError) addSubSessionToPreList: | (NSArray< NSString * > *_Nonnull) | subSessionNames |
Add a subsession name to prepared list.
| - (ZoomVideoSDKError) clearSubSessionPreList |
Clear the prepared list.
| - (ZoomVideoSDKError) commitSubSessionList |
Withdraw all committed subsession list and commit the prepared list.
| - (NSArray< ZoomVideoSDKSubSessionKit * > *_Nullable) getCommittedSubSessionList |
Get the commited subsession list.
| - (NSArray< NSString * > *_Nullable) getSubSessionPreList |
Get the subsession name prepared list.
| - (ZoomVideoSDKError) removeSubSessionFromPreList: | (NSArray< NSString * > *_Nonnull) | subSessionNames |
Remove a subsession name from prepared list.
| - (ZoomVideoSDKError) withdrawSubSessionList |
Withdraw all committed subsession list.