EasyRTC Demo: Multistream calls
This application demonstrates sending multiple video streams from one caller to another. You can open up the media streams before or after establishing the call to the other peer.
To use it, press the Connect button. You should see buttons representing the video sources and a list of buttons representing other people using this demo. Click one of those buttons to initiate a chat. Note: this demo looks much better when hosted on an https site.
Note: this example requires a hand-crafted plugin to support screensharing. You have to implement this yourself. See Muaz Khans's website https://www.webrtc-experiment.com/ for details.
The Demo
Video sources
Connected users:
Local media streams
Remote media streams
The Code
HTML
JavaScript
The contents of demo_audio_video.js: