ProxyConfig
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / ProxyConfig
Type Alias: ProxyConfig
Section titled “Type Alias: ProxyConfig”ProxyConfig =
"tor"|`socks5://${string}`|`socks4://${string}`|`http://${string}`|`https://${string}`|undefined
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:16787
Proxy configuration type
'tor': Auto-detect local Tor service'socks5://...': SOCKS5 proxy URL'http://...'or'https://...': HTTP proxy URLundefined: No proxy (direct connection)