MediaSFU Angular
    Preparing search index...

    Interface VideoCardOptions

    interface VideoCardOptions {
        customStyle?: Partial<CSSStyleDeclaration>;
        name: string;
        barColor?: string;
        textColor?: string;
        imageSource: string;
        roundedImage?: boolean;
        imageStyle?: Partial<CSSStyleDeclaration>;
        remoteProducerId: string;
        eventType: EventType;
        forceFullDisplay?: boolean;
        videoStream: MediaStream | null;
        showControls?: boolean;
        showInfo?: boolean;
        videoInfoComponent?: HTMLElement | CustomComponent;
        videoControlsComponent?: HTMLElement | CustomComponent;
        controlsPosition?: "topRight" | "topLeft" | "bottomRight" | "bottomLeft";
        infoPosition?: "topRight" | "topLeft" | "bottomRight" | "bottomLeft";
        participant: Participant;
        backgroundColor: string;
        audioDecibels: AudioDecibels[];
        doMirror?: boolean;
        parameters: VideoCardParameters;
    }
    Index

    Properties

    customStyle?: Partial<CSSStyleDeclaration>
    name: string
    barColor?: string
    textColor?: string
    imageSource: string
    roundedImage?: boolean
    imageStyle?: Partial<CSSStyleDeclaration>
    remoteProducerId: string
    eventType: EventType
    forceFullDisplay?: boolean
    videoStream: MediaStream | null
    showControls?: boolean
    showInfo?: boolean
    videoInfoComponent?: HTMLElement | CustomComponent
    videoControlsComponent?: HTMLElement | CustomComponent
    controlsPosition?: "topRight" | "topLeft" | "bottomRight" | "bottomLeft"
    infoPosition?: "topRight" | "topLeft" | "bottomRight" | "bottomLeft"
    participant: Participant
    backgroundColor: string
    audioDecibels: AudioDecibels[]
    doMirror?: boolean