Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 843 Bytes

sip.js.transportoptions.md

File metadata and controls

22 lines (14 loc) · 843 Bytes

Home > sip.js > TransportOptions

TransportOptions interface

Transport options.

Signature:

export interface TransportOptions 

Properties

Property Modifiers 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.