plugNmeet JS SDK - v2.1.1
    Preparing search index...

    Type Alias SipDialInFeatures

    SipDialInFeatures: Message<"plugnmeet.SipDialInFeatures"> & {
        isAllow: boolean;
        enableDialInOnCreate: boolean;
        hidePhoneNumber: boolean;
        isActive: boolean;
        phoneNumbers: string[];
        pin?: string;
        dispatchRuleId?: string;
    }

    Type Declaration

    • isAllow: boolean

      from field: bool is_allow = 1;

    • enableDialInOnCreate: boolean

      If true, the system will immediately prepare the room for SIP dial-in by creating a dispatch rule and assigning a PIN upon creation. If false, this must be done later via a separate API call.

      from field: bool enable_dial_in_on_create = 2;

    • hidePhoneNumber: boolean

      from field: bool hide_phone_number = 3;

    • isActive: boolean

      all internal usage fields

      from field: bool is_active = 4;

    • phoneNumbers: string[]

      from field: repeated string phone_numbers = 5;

    • Optionalpin?: string

      from field: optional string pin = 6;

    • OptionaldispatchRuleId?: string

      from field: optional string dispatch_rule_id = 7;

    from message plugnmeet.SipDialInFeatures