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

    Interface MaskSVG

    Mask shape- SVG.

    interface MaskSVG {
        height: number;
        svg: string;
        type: "svg";
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    Height, in pixels.

    svg: string

    SVG's URL

    type: "svg"

    Type.

    width: number

    Width, in pixels.