diff --git a/index.js b/index.js index 2b4439f..36f9e05 100644 --- a/index.js +++ b/index.js @@ -85,5 +85,5 @@ exports.createConnection = function(opts, constraints) { return plugin.createConnection(config, constraints); } - return new PeerConnection(config, constraints); + return new PeerConnection(config, constraints);//if you find an exception here creating an instance of PeerConnection, try passing RTCPeerConnection option to the options on the quickconnect initialization };