WebRTC Gateway

WebRTC Gateway connects between WebRTC and an established VoIP technology such as SIP . WebRTC (Web Real-Time Communication) is an API definition drafted by the World Wide Web Consortium (W3C) that supports browser-to-browser applications for voice calling, video chat, and messaging without the need of either internal or external plugins.[1]

Usage Scenario

To enable browsers using different application providers to communicate with each other (e.g. a user logged in to application providers X wants to call someone that is logged in to application provider Y) a so-called WebRTC trapezoid can be used. In this case the two providers use a widely used VoIP signalling protocol such as SIP to federate between them. However, each of their respective browser-based clients signals to its server using proprietary application protocols built on top of HTTP and Websocket.

This component that mediates between WebRTC and SIP is referred to as a WebRTC Gateway. Beside connecting different WebRTC applications, a WebRTC gateway also enables the communication between a WebRTC phone and a VoIP or even a PSTN phone. Thereby, a WebRTC gateway extends the scope of a WebRTC applications and enables much wider reach and usage scenarios.[2]

Example of a WebRTC Trapezoid

Functionality

The usual process with WebRTC is that a user downloads a WebRTC Javascript application. This application is then used to communicate with another user. A WebRTC gateway would usually contain the server from where a user would download the WebRTC Javascript application. When receiving a call from the user, the WebRTC gateway needs to decide whether the callee is reachable over WebRTC. If not, then the call will have to be translated into SIP for example. To translate a call into SIP, the gateway will have to map different layers:

WebRTC to SIP mapping

Available solutions

There are already a number of open source and commercial solutions available for providing the WebRTC gateway functionality. As a lot of required functionality of a WebRTC gateway such as media handling, signalling mapping is supported by SBC the function of WebRTC gateway is often integrated into SBCs or provided by SBC vendors.

Open source WebRTC Gateways

Commercial Solutions

References

  1. "WebRTC 1.0: Real-time Communication Between Browsers". Dev.w3.org. Retrieved 2012-09-12.
  2. "WebRTC:How and Why?" (PDF). FRAFOS. 2015-01-12.
This article is issued from Wikipedia - version of the 10/21/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.