MediaSFU React Native
    Preparing search index...

    Interface CustomVideoCardOptions

    interface CustomVideoCardOptions {
        name: string;
        barColor: string;
        textColor: string;
        imageSource?: string;
        roundedImage?: boolean;
        imageStyle?: any;
        showControls?: boolean;
        showInfo?: boolean;
        videoInfoComponent?: ReactNode;
        videoControlsComponent?: ReactNode;
        controlsPosition?: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
        infoPosition?: "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
        participant?: Participant;
        backgroundColor?: string;
        onVideoPress?: () => void;
        parameters?: any;
    }
    Index

    Properties

    name: string
    barColor: string
    textColor: string
    imageSource?: string
    roundedImage?: boolean
    imageStyle?: any
    showControls?: boolean
    showInfo?: boolean
    videoInfoComponent?: ReactNode
    videoControlsComponent?: ReactNode
    controlsPosition?: "topLeft" | "topRight" | "bottomLeft" | "bottomRight"
    infoPosition?: "topLeft" | "topRight" | "bottomLeft" | "bottomRight"
    participant?: Participant
    backgroundColor?: string
    onVideoPress?: () => void
    parameters?: any