浏览代码

auto commit

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

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

82
     render() {
82
     render() {
83
         const { onPress, stream, zoomEnabled } = this.props;
83
         const { onPress, stream, zoomEnabled } = this.props;
84
             var avt_style = this.props.avt_style || {}
84
             var avt_style = this.props.avt_style || {}
85
+            clog("avt_style:",avt_style)
85
 
86
 
86
         if (stream) {
87
         if (stream) {
87
             // RTCView
88
             // RTCView

正在加载...
取消
保存