浏览代码

auto commit

app
jfinn 3 年前
父节点
当前提交
ca9fb8fecf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/base/media/components/native/Video.js

+ 1
- 1
react/features/base/media/components/native/Video.js 查看文件

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

正在加载...
取消
保存