|
|
@@ -121,7 +121,9 @@ export default class AbstractVideoTrack<P: Props> extends Component<P> {
|
|
121
|
121
|
zOrder = { this.props.zOrder }
|
|
122
|
122
|
zoomEnabled = { zoomEnabled } />
|
|
123
|
123
|
);
|
|
124
|
|
- console.log("AVT",this,{stream,ret,videoTrack})
|
|
|
124
|
+ // console.log("AVT",this,{stream,ret,videoTrack})
|
|
|
125
|
+ // console.log({stream,ret,videoTrack,that:this})
|
|
|
126
|
+ window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("avt",{stream,ret,videoTrack,that:this},0) : {}
|
|
125
|
127
|
return ret
|
|
126
|
128
|
}
|
|
127
|
129
|
|