WebRTC video chat

This is an example of a WebRTC implementation with multiple clients using SockJS and STOMP as WS Protocol. The server uses Spring Boot.

Enter a room name and connect to the server. When other users join the same room they will connect via video and audio.

Client Server