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

fix(rtc): dispose -> destroy

dev1
Leonard Kim пре 6 година
родитељ
комит
6209f06464
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      JitsiConference.js

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

@@ -474,7 +474,7 @@ JitsiConference.prototype.leave = function() {
474 474
         return room.leave()
475 475
             .then(() => {
476 476
                 if (this.rtc) {
477
-                    this.rtc.dispose();
477
+                    this.rtc.destroy();
478 478
                 }
479 479
             })
480 480
             .catch(error => {

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