Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
df270a35e9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/base/media/components/AbstractVideoTrack.js

+ 1
- 1
react/features/base/media/components/AbstractVideoTrack.js View File

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

Loading…
Cancel
Save