lib-jitsi-meet
    Preparing search index...

    Interface IConferenceProperties

    interface IConferenceProperties {
        "audio-limit-reached"?: string;
        "bridge-count"?: string;
        "video-limit-reached"?: string;
        "visitor-codecs"?: string;
        "visitor-count"?: number;
    }
    Index

    Properties

    "audio-limit-reached"?: string
    "bridge-count"?: string
    "video-limit-reached"?: string
    "visitor-codecs"?: string
    "visitor-count"?: number