Home > sip.js > TransportOptions
Transport options.
Signature:
export interface TransportOptions
Property | Type | Description |
---|---|---|
connectionTimeout | number |
Seconds to wait for WebSocket to connect before giving up. |
server | string |
URL of WebSocket server to connect with. For example, "wss://localhost:8080". |
traceSip | boolean |
If true, messages sent and received by the transport are logged. |