Преглед изворни кода

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

tags/v0.0.2
Issac Gerges пре 10 година
родитељ
комит
d504f840e7
2 измењених фајлова са 7036 додато и 6999 уклоњено
  1. 1
    1
      JitsiConference.js
  2. 7035
    6998
      lib-jitsi-meet.js

+ 1
- 1
JitsiConference.js Прегледај датотеку

39
  * Leaves the conference.
39
  * Leaves the conference.
40
  */
40
  */
41
 JitsiConference.prototype.leave = function () {
41
 JitsiConference.prototype.leave = function () {
42
-    this.xmpp.leaveRoom(room.roomjid);
42
+    this.xmpp.leaveRoom(this.room.roomjid);
43
     this.room = null;
43
     this.room = null;
44
 }
44
 }
45
 
45
 

+ 7035
- 6998
lib-jitsi-meet.js
Разлика између датотеке није приказан због своје велике величине
Прегледај датотеку


Loading…
Откажи
Сачувај