diff --git a/resources/html/webrtcgateway/index.html b/resources/html/webrtcgateway/index.html index ee43668..3f0f9f1 100644 --- a/resources/html/webrtcgateway/index.html +++ b/resources/html/webrtcgateway/index.html @@ -1,48 +1,47 @@ <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>SylkServer WebRTC gateway</title> <!-- Bootstrap --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> </head> <body> <div class="container"> <h1>SylkServer WebRTC gateway</h1> <h2>Overview</h2> <p> Welcome to the SylkServer WebRTC gateway application! </p> <p> This application enables web based clients to communicate transparently with SIP endpoints using <a href="http://www.w3.org/TR/webrtc/">WebRTC</a> suite of standards and protocols. </p> <h3>Features</h3> <ul> <li>SIP account registration</li> <li>Audio and video calls</li> </ul> <h3>Server software</h3> <ul> <li><a href="http://sylkserver.com">SylkServer</a> — If you see this page you are running SylkServer!</li> <li><a href="https://github.com/meetecho/janus-gateway">Janus</a> — WebRTC backend</li> </ul> <h3>Client software</h3> <ul> <li><a href="http://projects.ag-projects.com/projects/sylkserver/wiki/WebRTC">SylkRTC API</a> — specification of the API implemented by SylkServer WebRTC gateway</li> <li><a href="https://github.com/AGProjects/sylkrtc.js">sylkrtc.js</a> — a JavaScript client library implementing SylkRTC API, for embedding it into a web application </li> <li><a href="test">SylkRTC Test suite</a> — sample application using sylkrtc.js and <a href="http://facebook.github.io/react/">React framework</a> to test this installation</li> </ul> <h3>Live service</h3> <ul> <li><a href="https://webrtc.sipthor.net">SIP2SIP WebRTC client</a>: an implementation in production at <a href="http://sip2sip.info">sip2sip.info</a></li> </ul> - </p> </div> </body> </html>