Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 947 Bytes

sip.js.transport.md

File metadata and controls

30 lines (18 loc) · 947 Bytes

Home > sip.js > Transport

Transport interface

Transport layer interface expected by the user agent core.

Signature:

export interface Transport 

Remarks

The transport layer is responsible for the actual transmission of requests and responses over network transports. This includes determination of the connection to use for a request or response in the case of connection-oriented transports. https://tools.ietf.org/html/rfc3261\#section-18

Properties

Property Modifiers Type Description
protocol string The transport protocol.

Methods

Method Description
send(message) Send a message.