Fix JitsiConference.prototype.leave to reference room as this.room

This commit is contained in:
Issac Gerges 2015-09-30 13:20:17 +10:00
parent 8f2e1bebb5
commit 38349293d3
2 changed files with 482 additions and 445 deletions

View File

@ -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