Video SDK for MacOS API Reference
|
Helper class for managing subsessions. More...
#include <ZMVideoSDKSubsessionHelper.h>
Inherits NSObject.
Instance Methods | |
(ZMVideoSDKErrors) | - commitSubSessionList: |
Withdraw all committed subsessions and commit the new list. | |
(ZMVideoSDKErrors) | - withdrawSubSessionList |
Withdraw all committed subsessions. | |
(NSArray< ZMVideoSDKSubSessionKit * > *_Nullable) | - getCommittedSubSessionList |
Get the list of commited subsessions. | |
Helper class for managing subsessions.
Definition at line 139 of file ZMVideoSDKSubsessionHelper.h.
- (ZMVideoSDKErrors) commitSubSessionList: | (NSArray< NSString * > *) | subSessionList |
Withdraw all committed subsessions and commit the new list.
subSessionList | Create subsession name list. |
ZoomSDKError_Success
. Otherwise, the function fails. - (NSArray< ZMVideoSDKSubSessionKit * > *_Nullable) getCommittedSubSessionList |
Get the list of commited subsessions.
- (ZMVideoSDKErrors) withdrawSubSessionList |
Withdraw all committed subsessions.
ZoomSDKError_Success
. Otherwise, the function fails.