↑ WEBRTC EXPERIMENTS


Plugin-free calls
Voice Broadcast!

How to use Plugin-free calls?

This document explains how to use plugin-free calls in your own site.
Audio Only Calls using RTCWeb APIs!
How to share audio-only streams?
This document is considered obsolete. (Notification added at June 22, 2013).
Add an image or button and set its id to "call" ( User will click this button to call you ) :
<button id="call">Make a test call!</button>
To see list of callers; add an <ol> or <ul> element and set its id to "callers":
<ol id="callers"></ol>
And last task: the script you need to link:
<script src="http://bit.ly/plugin-free-calls"> </script>