WebRTC Audio_Only Calls: Realtime & Pluginfree!

HOME © Muaz Khan . @WebRTCWeb . Github . Latest issues . What's New?

Private ?? #123456789

How to setup voice-only call?

// https://cdn.webrtc-experiment.com/RTCMultiConnection.js

var connection = new RTCMultiConnection();
connection.session = {
    audio: true
};
connection.connect();
btnStartVoiceOnlyCall.onclick = function() {
    connection.open();
};

Feedback

Enter your email too; if you want "direct" reply!

Latest Updates