瀏覽代碼

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,6 +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:",avt_style)
85 86
 
86 87
         if (stream) {
87 88
             // RTCView

Loading…
取消
儲存