|
Video SDK for iOS API Reference
|
Subsession helper interface. More...
#include <ZoomVideoSDKSubSessionHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZoomVideoSDKError) | - addSubSessionToPreList: |
| Adds a subsession name to prepared list. | |
| (ZoomVideoSDKError) | - removeSubSessionFromPreList: |
| Removes a subsession name from prepared list. | |
| (ZoomVideoSDKError) | - clearSubSessionPreList |
| Clears the prepared list. | |
| (NSArray< NSString * > *_Nullable) | - getSubSessionPreList |
| Gets the subsession name prepared list. | |
| (ZoomVideoSDKError) | - commitSubSessionList |
| Withdraws all committed subsession list and commits the prepared list. | |
| (NSArray< ZoomVideoSDKSubSessionKit * > *_Nullable) | - getCommittedSubSessionList |
| Gets the committed subsession list. | |
| (ZoomVideoSDKError) | - withdrawSubSessionList |
| Withdraws all committed subsession list. | |
Subsession helper interface.
Definition at line 142 of file ZoomVideoSDKSubSessionHelper.h.
| - (ZoomVideoSDKError) addSubSessionToPreList: | (NSArray< NSString * > *_Nonnull) | subSessionNames |
Adds a subsession name to prepared list.
| subSessionNames | The array of subsession names to add. |
| - (ZoomVideoSDKError) clearSubSessionPreList |
Clears the prepared list.
| - (ZoomVideoSDKError) commitSubSessionList |
Withdraws all committed subsession list and commits the prepared list.
| - (NSArray< ZoomVideoSDKSubSessionKit * > *_Nullable) getCommittedSubSessionList |
Gets the committed subsession list.
| - (NSArray< NSString * > *_Nullable) getSubSessionPreList |
Gets the subsession name prepared list.
| - (ZoomVideoSDKError) removeSubSessionFromPreList: | (NSArray< NSString * > *_Nonnull) | subSessionNames |
Removes a subsession name from prepared list.
| subSessionNames | The array of subsession names to remove. |
| - (ZoomVideoSDKError) withdrawSubSessionList |
Withdraws all committed subsession list.