Skip to content

ParsedProxyConfig

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / ParsedProxyConfig

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16795

Parsed proxy configuration

type: ProxyType

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16797

Proxy type


optional host: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16799

Proxy host


optional port: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16801

Proxy port


optional url: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16803

Full proxy URL


optional username: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16805

Authentication username (if any)


optional password: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16807

Authentication password (if any)