Zoom Video SDK for React - v0.0.2
    Preparing search index...

    Interface MaskOption

    Mask option.

    interface MaskOption {
        clip?: MaskClip | MaskClip[];
        cropped?: boolean;
        imageUrl?: string | null;
        rootHeight?: number;
        rootWidth?: number;
    }
    Index

    Properties

    clip?: MaskClip | MaskClip[]

    Clip.

    cropped?: boolean

    Determines whether to crop the background image to an appropriate aspect ratio (16/9), default is false.

    imageUrl?: string | null

    Background image URL.

    rootHeight?: number

    Height of clip canvas, default is 720.

    rootWidth?: number

    Width of clip canvas, default is 1280.