↑ WEBRTC EXPERIMENTS

audio-conferencing and data-sharing RTCMultiConnection

Copyright © Muaz Khan <@muazkh >.

This demo is out-dated i.e. deprecated (written in 2013).

Please try other demos: https://github.com/muaz-khan/RTCMultiConnection

Open New Session:

Local Media Stream

Share Files


Text Chat

Remote Media Streams



Getting started with RTCMultiConnection

            <script src="https://www.webrtc-experiment.com/RTCMultiConnection-v1.2.js"></script> <script> var room = new
            RTCMultiConnection('session-id'); room.session = 'audio + data'; if(room-owner) room.
            open(); </script>
        


Feedback