wenhongquan 2 سال پیش
والد
کامیت
ceae16fe10
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      public/meeting.js

+ 3 - 3
public/meeting.js

@@ -231,7 +231,7 @@ Meeting.prototype = {
   pullFlow(chinnelId) {
     if (chinnelId) {
       if (this[this.targetid]) {
-        this[this.targetid].showBrower(true);
+        this[this.targetid].showBrower(true,this.targetid);
         this[this.targetid].dragResize(0, 0, 0, 0);
       }
       window[this.targetid] &&
@@ -652,9 +652,9 @@ Meeting.prototype = {
     try {
       // this.theSocket.closeAllVideo && this.theSocket.closeAllVideo();
       this[this.targetid].closeAllVideo();
-      this[this.targetid].showBrower(false);
+      this[this.targetid].showBrower(false, this.targetid);
       setTimeout(() => {
-        this[this.targetid].showBrower(false);
+        this[this.targetid].showBrower(false, this.targetid);
       }, 100);
     } catch (E) {}
   },