MediaSFU Shared
    Preparing search index...

    Interface RecordingNoticeUserRecordingParamsLike

    interface RecordingNoticeUserRecordingParamsLike {
        mainSpecs: {
            mediaOptions: string;
            audioOptions: string;
            videoOptions: string;
            videoType: string;
            videoOptimized: boolean;
            recordingDisplayType: "video" | "media" | "all";
            addHLS: boolean;
        };
        dispSpecs: {
            nameTags: boolean;
            backgroundColor: string;
            nameTagsColor: string;
            orientationVideo: string;
        };
        textSpecs?: {
            addText?: boolean;
            customText?: string;
            customTextPosition?: string;
            customTextColor?: string;
        };
    }
    Index

    Properties

    mainSpecs: {
        mediaOptions: string;
        audioOptions: string;
        videoOptions: string;
        videoType: string;
        videoOptimized: boolean;
        recordingDisplayType: "video" | "media" | "all";
        addHLS: boolean;
    }
    dispSpecs: {
        nameTags: boolean;
        backgroundColor: string;
        nameTagsColor: string;
        orientationVideo: string;
    }
    textSpecs?: {
        addText?: boolean;
        customText?: string;
        customTextPosition?: string;
        customTextColor?: string;
    }