What exactly is WebRTC and how does it work?
Web Real-Time Communication (WebRTC) is an open-source framework that uses HTML5 and API to facilitate high-quality peer to peer audio and video communication. It is a project developed by Google and now supported by all the major browsers. Using WebRTC eliminates the need to use any additional plugin or third-party apps for video or audio calls.
Comments