This document discusses using SIP and WebRTC together. It introduces Janus, an open-source WebRTC server with a modular plugin architecture. One plugin enables SIP gatewaying, allowing WebRTC clients to communicate with SIP networks without needing a SIP stack in the browser. The plugin handles SIP internally while exposing a simpler JSON API to clients. This avoids issues that could arise from putting SIP directly in the browser.