*** Welcome to piglix ***

WebRTC Gateway


WebRTC Gateway connects between WebRTC and an established VoIP technology such as . 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.

To enable browsers using different application providers to communicate with each other (e.g. a user logged into application providers X wants to call someone that is logged into 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 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 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.

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:


...
Wikipedia

...