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

    Interface MaskRectangle

    Mask shape - Rectangle.

    interface MaskRectangle {
        height: number;
        type: "rectangle";
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    Height, in pixels.

    type: "rectangle"

    Type.

    width: number

    Width, in pixels.