This is a simple demonstration of WebRTC (realtime audio and video connection) in javascript, using spring java websocket as signaling server.
- Build application with "mvn package -DskipTests"
- Run application with "java -jar target/webrtc-0.0.1-SNAPSHOT.jar"
- Connect with the clients to the server using chrome or firefox (Open https://localhost/, make sure to enter the server's IP address instead of localhost in the link) (The reason of using https instead of http is that there are cases that the browsers does not make websocket connection to the servers that are not secure).
Masoud Taghavian ([email protected])
Enjoy!