ParsedProxyConfig
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / ParsedProxyConfig
Interface: ParsedProxyConfig
Section titled “Interface: ParsedProxyConfig”Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:16899
Parsed proxy configuration
Properties
Section titled “Properties”type:
ProxyType
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:16901
Proxy type
optionalhost?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:16903
Proxy host
optionalport?:number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:16905
Proxy port
optionalurl?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:16907
Full proxy URL
username?
Section titled “username?”
optionalusername?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:16909
Authentication username (if any)
password?
Section titled “password?”
optionalpassword?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:16911
Authentication password (if any)