浏览代码

auto commit

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

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

230
 
230
 
231
                 { !_isFakeParticipant && renderVideo
231
                 { !_isFakeParticipant && renderVideo
232
                     && <VideoTrack
232
                     && <VideoTrack
233
+                    is_lvideo = { this.props.is_lvideo }
233
                         onPress = { onPress }
234
                         onPress = { onPress }
234
                         videoTrack = { videoTrack }
235
                         videoTrack = { videoTrack }
235
                         waitForVideoStarted = { false }
236
                         waitForVideoStarted = { false }

正在加载...
取消
保存