Fix JitsiConference.prototype.leave to reference room as this.room
This commit is contained in:
parent
8f2e1bebb5
commit
38349293d3
|
@ -39,7 +39,7 @@ JitsiConference.prototype.join = function (password) {
|
|||
* Leaves the conference.
|
||||
*/
|
||||
JitsiConference.prototype.leave = function () {
|
||||
this.xmpp.leaveRoom(room.roomjid);
|
||||
this.xmpp.leaveRoom(this.room.roomjid);
|
||||
this.room = null;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue