MediaSFU ReactJS
    Preparing search index...

    Interface CardVideoDisplayOptions

    interface CardVideoDisplayOptions {
        remoteProducerId: string;
        eventType: EventType;
        forceFullDisplay: boolean;
        videoStream: MediaStream | null;
        backgroundColor?: string;
        doMirror?: boolean;
        containerProps?: HTMLAttributes<HTMLDivElement>;
        videoProps?: VideoHTMLAttributes<HTMLVideoElement>;
    }
    Index

    Properties

    remoteProducerId: string
    eventType: EventType
    forceFullDisplay: boolean
    videoStream: MediaStream | null
    backgroundColor?: string
    doMirror?: boolean
    containerProps?: HTMLAttributes<HTMLDivElement>
    videoProps?: VideoHTMLAttributes<HTMLVideoElement>