Passes all configs to the connection.
This commit is contained in:
parent
aed2d97c10
commit
7e35794e47
|
@ -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…
Reference in New Issue