|
|
@@ -181,7 +181,7 @@ JitsiConference.prototype.constructor = JitsiConference;
|
|
181
|
181
|
* @param options.connection {JitsiConnection} overrides this.connection
|
|
182
|
182
|
*/
|
|
183
|
183
|
JitsiConference.prototype._init = function(options = {}) {
|
|
184
|
|
- // Override connection and xmpp properties (Usefull if the connection
|
|
|
184
|
+ // Override connection and xmpp properties (Useful if the connection
|
|
185
|
185
|
// reloaded)
|
|
186
|
186
|
if (options.connection) {
|
|
187
|
187
|
this.connection = options.connection;
|