Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 418 Bytes

transport.md

File metadata and controls

12 lines (7 loc) · 418 Bytes

Transport - SIP over secure WebSocket (RFC 7118)

Overview

The Transport class provides an implementation of SIP over WebSocket which adhears to the Transport interface required by the API.

The associated TransportOptions interface are used to configure the transport for use with the UserAgentConfiguration.

Reference Documentation