MediaSFU Shared
    Preparing search index...

    Interface MeetingRoomParams

    interface MeetingRoomParams {
        itemPageLimit: number;
        mediaType: "video" | "audio";
        addCoHost: boolean;
        targetOrientation: "landscape" | "neutral" | "portrait";
        targetOrientationHost: "landscape" | "neutral" | "portrait";
        targetResolution: "qhd" | "fhd" | "hd" | "sd" | "QnHD";
        targetResolutionHost: "qhd" | "fhd" | "hd" | "sd" | "QnHD";
        type: EventType;
        audioSetting: "allow" | "approval" | "disallow";
        videoSetting: "allow" | "approval" | "disallow";
        screenshareSetting: "allow" | "approval" | "disallow";
        chatSetting: "allow" | "disallow";
    }
    Index

    Properties

    itemPageLimit: number
    mediaType: "video" | "audio"
    addCoHost: boolean
    targetOrientation: "landscape" | "neutral" | "portrait"
    targetOrientationHost: "landscape" | "neutral" | "portrait"
    targetResolution: "qhd" | "fhd" | "hd" | "sd" | "QnHD"
    targetResolutionHost: "qhd" | "fhd" | "hd" | "sd" | "QnHD"
    type: EventType
    audioSetting: "allow" | "approval" | "disallow"
    videoSetting: "allow" | "approval" | "disallow"
    screenshareSetting: "allow" | "approval" | "disallow"
    chatSetting: "allow" | "disallow"