浏览代码

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,7 +66,6 @@ export default class AbstractVideoTrack<P: Props> extends Component<P> {
66 66
 
67 67
         // Bind event handlers so they are only bound once for every instance.
68 68
         this._onVideoPlaying = this._onVideoPlaying.bind(this);
69
-        console.log("AVT",this)
70 69
     }
71 70
 
72 71
     /**
@@ -106,6 +105,7 @@ export default class AbstractVideoTrack<P: Props> extends Component<P> {
106 105
 
107 106
         // Actual zoom is currently only enabled if the stream is a desktop
108 107
         // stream.
108
+        console.log("AVT",this,{stream})
109 109
         const zoomEnabled
110 110
             = this.props.zoomEnabled
111 111
                 && stream

正在加载...
取消
保存