|
@@ -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
|