Parcourir la source

fix(rtc): dispose -> destroy

dev1
Leonard Kim il y a 6 ans
Parent
révision
6209f06464
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      JitsiConference.js

+ 1
- 1
JitsiConference.js Voir le fichier

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

Chargement…
Annuler
Enregistrer