Passes all configs to the connection.

pull/465/head
damencho 9 years ago
parent aed2d97c10
commit 7e35794e47
  1. 6
      connection.js

@ -6,11 +6,7 @@ const ConnectionEvents = JitsiMeetJS.events.connection;
const ConnectionErrors = JitsiMeetJS.errors.connection;
function connect(id, password) {
let connection = new JitsiMeetJS.JitsiConnection(null, null, {
hosts: config.hosts,
bosh: config.bosh,
clientNode: config.clientNode
});
let connection = new JitsiMeetJS.JitsiConnection(null, null, config);
return new Promise(function (resolve, reject) {
connection.addEventListener(

Loading…
Cancel
Save