6#import <Foundation/Foundation.h>
16@property (nonatomic, copy, readonly) NSString * _Nullable
imageFilePath;
20@property (nonatomic, copy, readonly) NSString * _Nullable
imageName;
ZoomVideoSDKVirtualBackgroundDataType
Enumeration of virtual background types.
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
Virtual background helper.
BOOL isSupportVirtualBackground()
Determines whether the user can support smart virtual backgrounds.
ZoomVideoSDKVirtualBackgroundItem *_Nullable getSelectedVirtualBackgroundItem()
Gets the selected virtual background item.
NSArray< ZoomVideoSDKVirtualBackgroundItem * > *_Nullable getVirtualBackgroundItemList()
Gets a collection of virtual background items.
Virtual background item interface.
NSString *_Nullable imageFilePath
Gets the current item image file path.
ZoomVideoSDKVirtualBackgroundDataType type
Gets the current item background type.
BOOL canVirtualBackgroundBeDeleted
Determines whether the virtual background can be deleted.
NSString *_Nullable imageName
Gets the current item image name.