瀏覽代碼

fixed hungup for pro

Josh 4 年之前
父節點
當前提交
febb24d668
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      resources/views/app/video/call.blade.php

+ 3 - 0
resources/views/app/video/call.blade.php

@@ -213,7 +213,10 @@
                             this.videoActive = false;
                              if(self.publisher){
                                  self.publisher.destroy();
+                             }else{
+                                alert("No publisher");
                              }
+                             window.top.hideRHS();
                             // this.client = false;
                         }
                     },