WebRTC client implementation

WebRTC is a technology that enables real-time communication directly between browsers, allowing audio, video, and data sharing.

This example implements a simple chat application using it.

At the moment we only support Webkit-based browsers like Chrome, Edge, Brave and Safari. Firefox users will have to wait a little bit longer.