MediaSFU Vue
    Preparing search index...

    Interface CustomVideoCardOptions

    interface CustomVideoCardOptions {
        participant: Participant;
        stream: MediaStream | null;
        width: number;
        height: number;
        imageSize?: number;
        doMirror?: string;
        showControls?: boolean;
        showInfo?: boolean;
        name?: string;
        backgroundColor?: string;
        onVideoPress?: () => void;
        parameters?: any;
    }
    Index

    Properties

    participant: Participant
    stream: MediaStream | null
    width: number
    height: number
    imageSize?: number
    doMirror?: string
    showControls?: boolean
    showInfo?: boolean
    name?: string
    backgroundColor?: string
    onVideoPress?: () => void
    parameters?: any