@zoom/react-native-videosdk
    Preparing search index...

    Virtual background item interface.

    type ZoomVideoSdkVirtualBackgroundItemType = {
        canBeDeleted: boolean;
        filePath: string;
        imageName: string;
        type: ZoomVideoSDKVirtualBackgroundDataType;
    }

    Implemented by

    Index

    Properties

    canBeDeleted: boolean

    Determine whether the virtual background can be deleted.

    filePath: string

    The file path of the image.

    imageName: string

    Get the current item image name.

    Get the current item background type.