diff --git a/debian/control b/debian/control index 7fbe6a2..776aaea 100644 --- a/debian/control +++ b/debian/control @@ -1,35 +1,35 @@ Source: sylkserver Section: net Priority: optional Maintainer: Dan Pascu Uploaders: Adrian Georgescu Build-Depends: debhelper (>= 9), dh-python, dh-systemd, python-all (>= 2.7) Standards-Version: 3.9.8 Package: sylkserver Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, lsb-base, libjs-bootstrap, python-application (>= 1.4.0), python-eventlib, python-lxml, python-sipsimple (>= 3.0.0), python-twisted, python-klein +Depends: ${python:Depends}, ${misc:Depends}, lsb-base, python-application (>= 1.4.0), python-eventlib, python-lxml, python-sipsimple (>= 3.0.0), python-twisted, python-klein Suggests: libavahi-compat-libdnssd1, python-twisted-words, python-wokkel (>= 0.7.0), sylkserver-webrtc-gateway Recommends: sylkserver-sounds Description: Extensible real-time-communications application server SylkServer is an application server that can be programmed to perform SIP end-point applications and act as a gateway between SIP and XMPP domains. Package: sylkserver-sounds Architecture: all Depends: ${misc:Depends}, sylkserver Description: Extensible real-time-communications application server sounds SylkServer is an application server that can be programmed to perform SIP end-point applications and act as a gateway between SIP and XMPP domains. . This package contains sounds used by SylkServer. Package: sylkserver-webrtc-gateway Architecture: all Depends: ${misc:Depends}, sylkserver, janus (>= 0.1.1), python-autobahn (>= 0.10.3), python-jsonmodels Description: Extensible real-time-communications application server WebRTC gateway SylkServer is an application server that can be programmed to perform SIP end-point applications and act as a gateway between SIP and XMPP domains. . This is a meta-package containing the dependencies required to run the WebRTC gateway application. diff --git a/resources/html/webrtcgateway/index.html b/resources/html/webrtcgateway/index.html index cdec11e..5ca3fc2 100644 --- a/resources/html/webrtcgateway/index.html +++ b/resources/html/webrtcgateway/index.html @@ -1,47 +1,47 @@ SylkServer WebRTC gateway - +

SylkServer WebRTC gateway

Overview

Welcome to the SylkServer WebRTC gateway application!

This application enables web based clients to communicate transparently with SIP endpoints using WebRTC suite of standards and protocols.

Features

  • SIP account registration
  • Audio and video calls

Server software

  • SylkServer — If you see this page you are running SylkServer!
  • Janus — WebRTC backend

Client software

  • Sylk WebRTC client — A WebRTC client application built using React
  • SylkRTC API — specification of the API implemented by SylkServer WebRTC gateway
  • sylkrtc.js — a JavaScript client library implementing SylkRTC API, for embedding it into a web application

Live service