MediaSFU React Native (Expo)
    Preparing search index...

    Interface MeetingRoomParams

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

    Properties

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