Interface CardVideoDisplayOptions

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

Properties

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