EasyRTC Demo: Low-bandwidth Chat
The application provides a simple audio-video chat using experimental SDP filters to reduce the bandwidth used.
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
Not yet connected...
Connected users:
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_audio_video_simple.js: