@serenada/core
    Preparing search index...

    Interface PipLayout

    interface PipLayout {
        anchor: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
        cornerRadius: number;
        fit: FitMode;
        frame: Rect;
        participantId: string;
        zOrder: number;
    }
    Index

    Properties

    anchor: "topLeft" | "topRight" | "bottomLeft" | "bottomRight"
    cornerRadius: number
    fit: FitMode
    frame: Rect
    participantId: string
    zOrder: number