MediaSFU Shared
    Preparing search index...

    Interface MainHostCardPlan

    interface MainHostCardPlan {
        kind: "video" | "audio" | "mini";
        key: string;
        name: string;
        initials?: string;
        remoteProducerId?: string;
        videoStream?: any;
        doMirror?: boolean;
        state: MainScreenState;
    }
    Index

    Properties

    kind: "video" | "audio" | "mini"
    key: string
    name: string
    initials?: string
    remoteProducerId?: string
    videoStream?: any
    doMirror?: boolean