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