Interface CardVideoDisplayOptions

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

Properties

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