EasyRTC Demo: Simple Video+Audio
The application provides a simple audio-video chat using the easyrtc.easyApp method.
Connection is handled using an onload statement in the body. Requests are automatically accepted.
To hang-up on a call, hover your mouse over the upper right of the video, and click on the 'X' which appears at the top right of other person's video object.
The Demo
The Code
HTML
CSS
In order to show the 'X' in the upper right corner, the callerVideo video tag must be in a div with relative positioning.:
JavaScript
The contents of demo_recording.js: