浏览代码

auto commit

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

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

@@ -82,7 +82,7 @@ export default class Video extends Component<Props> {
82 82
     render() {
83 83
         const { onPress, stream, zoomEnabled } = this.props;
84 84
             var avt_style = this.props.avt_style || {}
85
-            clog("avt_style:>",window.is_var_exist,avt_style)
85
+            clog("avt_style:>",window.is_var_exist,window.is_var_exist2,avt_style)
86 86
 
87 87
         if (stream) {
88 88
             // RTCView

正在加载...
取消
保存