« Previous - Version 4/33 (diff) - Next » - Current version
Saúl Ibarra Corretgé, 07/30/2015 04:15 pm


SylkServer WebRTC gateway application

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.

Architecture

TODO

WebSocket API

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.

WIP

Configuration

TODO

Client libraries

In order to interact with SylkServer's WebRTC gateway, we provide the sylkrtc.js 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.