WebRTC » History » Version 4
  Saúl  Ibarra Corretgé, 07/30/2015 04:15 PM 
  
| 1 | 1 | Saúl Ibarra Corretgé | h1. SylkServer WebRTC gateway application  | 
|---|---|---|---|
| 2 | |||
| 3 | 2 | Saúl Ibarra Corretgé | Starting with version 3.0.0 SylkServer includes a WebRTC gateway application. The application implements a WebSocket protocol which WebRTC endpoints can use in order to interact with the SIP world.  | 
| 4 | |||
| 5 | |||
| 6 | h2. Architecture  | 
||
| 7 | |||
| 8 | 1 | Saúl Ibarra Corretgé | TODO  | 
| 9 | 2 | Saúl Ibarra Corretgé | |
| 10 | h2. WebSocket API  | 
||
| 11 | |||
| 12 | 3 | Saúl Ibarra Corretgé | SylkServer offers the WebSocket API in order to interact with the WebRTC gateway in the @ws(s)://hostname:port/webrtcgateway/ws@ endpoint. Both WebSocket and Secure WebSocket are supported, depending on how SylkServer was configured, check the configuration section below.  | 
| 13 | |||
| 14 | WIP  | 
||
| 15 | 2 | Saúl Ibarra Corretgé | |
| 16 | 4 | Saúl Ibarra Corretgé | h2. Configuration  | 
| 17 | |||
| 18 | TODO  | 
||
| 19 | |||
| 20 | 2 | Saúl Ibarra Corretgé | h2. Client libraries  | 
| 21 | |||
| 22 | In order to interact with SylkServer's WebRTC gateway, we provide the "sylkrtc.js":http://projects.ag-projects.com/projects/sylkrtc JavaScript library. It implements the API described in this document in an easy to use manner. Check the README file in the project for the JavaScript API documentation.  |