Skip to content

ProxyConfig

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / ProxyConfig

ProxyConfig = "tor" | `socks5://${string}` | `socks4://${string}` | `http://${string}` | `https://${string}` | undefined

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:16891

Proxy configuration type

  • 'tor': Auto-detect local Tor service
  • 'socks5://...': SOCKS5 proxy URL
  • 'http://...' or 'https://...': HTTP proxy URL
  • undefined: No proxy (direct connection)