Skip to content

ProxyConfig

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / 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 URL
  • undefined: No proxy (direct connection)