MediaSFU Angular
    Preparing search index...

    Interface CardVideoDisplayOptions

    interface CardVideoDisplayOptions {
        remoteProducerId: string;
        eventType: string;
        forceFullDisplay: boolean;
        videoStream: MediaStream | null;
        backgroundColor: string;
        doMirror?: boolean;
    }
    Index

    Properties

    remoteProducerId: string
    eventType: string
    forceFullDisplay: boolean
    videoStream: MediaStream | null
    backgroundColor: string
    doMirror?: boolean