jfinn před 3 roky
rodič
revize
ca9fb8fecf

+ 1
- 1
react/features/base/media/components/native/Video.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit