浏览代码

auto commit

app
jfinn 3 年前
父节点
当前提交
df270a35e9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/base/media/components/AbstractVideoTrack.js

+ 1
- 1
react/features/base/media/components/AbstractVideoTrack.js 查看文件

66
 
66
 
67
         // Bind event handlers so they are only bound once for every instance.
67
         // Bind event handlers so they are only bound once for every instance.
68
         this._onVideoPlaying = this._onVideoPlaying.bind(this);
68
         this._onVideoPlaying = this._onVideoPlaying.bind(this);
69
-        console.log("AVT",this)
70
     }
69
     }
71
 
70
 
72
     /**
71
     /**
106
 
105
 
107
         // Actual zoom is currently only enabled if the stream is a desktop
106
         // Actual zoom is currently only enabled if the stream is a desktop
108
         // stream.
107
         // stream.
108
+        console.log("AVT",this,{stream})
109
         const zoomEnabled
109
         const zoomEnabled
110
             = this.props.zoomEnabled
110
             = this.props.zoomEnabled
111
                 && stream
111
                 && stream

正在加载...
取消
保存