Browse Source

auto commit

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

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

91
                 = zoomEnabled
91
                 = zoomEnabled
92
                     ? 'contain'
92
                     ? 'contain'
93
                     : (style && style.objectFit) || 'cover';
93
                     : (style && style.objectFit) || 'cover';
94
-            var video_info = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("video_info",{stream,videoTrack,that:this},0) : {}
94
+            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) : {}
95
             const rtcView
95
             const rtcView
96
                 = (
96
                 = (
97
                     <RTCView
97
                     <RTCView

Loading…
Cancel
Save