瀏覽代碼

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…
取消
儲存