ParsedProxyConfig
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / ParsedProxyConfig
Interface: ParsedProxyConfig
Section titled “Interface: ParsedProxyConfig”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16795
Parsed proxy configuration
Properties
Section titled “Properties”type:
ProxyType
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16797
Proxy type
optionalhost:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16799
Proxy host
optionalport:number
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16801
Proxy port
optionalurl:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16803
Full proxy URL
username?
Section titled “username?”
optionalusername:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16805
Authentication username (if any)
password?
Section titled “password?”
optionalpassword:string
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16807
Authentication password (if any)