Bläddra i källkod

auto commit

app
jfinn 3 år sedan
förälder
incheckning
ca9fb8fecf
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      react/features/base/media/components/native/Video.js

+ 1
- 1
react/features/base/media/components/native/Video.js Visa fil

@@ -91,7 +91,7 @@ export default class Video extends Component<Props> {
91 91
                 = zoomEnabled
92 92
                     ? 'contain'
93 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 95
             const rtcView
96 96
                 = (
97 97
                     <RTCView

Laddar…
Avbryt
Spara