@@ -91,7 +91,7 @@ export default class Video extends Component<Props> {
= zoomEnabled
? 'contain'
: (style && style.objectFit) || 'cover';
- var video_info = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("video_info",{stream,videoTrack,that:this},0) : {}
+ var video_info = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("video_info",{that:this,vc:{objectFit,style}},0) : {}
const rtcView
= (
<RTCView