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

    Interface MaskCircle

    Mask shape - Circle.

    interface MaskCircle {
        radius: number;
        type: "circle";
    }
    Index

    Properties

    Properties

    radius: number

    Radius of the circle, in pixels.

    type: "circle"

    Type.