Member Junction
    Preparing search index...

    RingCentral SIP softphone telephony binding configuration.

    interface RingCentralTelephonyConfig {
        codec?: "OPUS/16000" | "OPUS/48000/2" | "PCMU/8000";
        ignoreTlsCertErrors?: boolean;
        sipAuthorizationId: string;
        sipDomain: string;
        sipOutboundProxy: string;
        sipPassword: string;
        sipUsername: string;
    }
    Index

    Properties

    codec?: "OPUS/16000" | "OPUS/48000/2" | "PCMU/8000"

    Codec to negotiate. Defaults to OPUS/16000.

    ignoreTlsCertErrors?: boolean

    Skip TLS cert validation (sandbox/test only — never in production).

    sipAuthorizationId: string

    SIP authorization id (the device's RingCentral authorization id).

    sipDomain: string

    SIP domain (e.g. sip.ringcentral.com).

    sipOutboundProxy: string

    SIP outbound proxy (host:port, e.g. sip10.ringcentral.com:5096).

    sipPassword: string

    SIP auth password (resolved upstream — never inlined).

    sipUsername: string

    SIP auth username (the device's phone number / extension).