浏览代码

auto commit

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

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

@@ -228,6 +228,7 @@ class ParticipantView extends Component<Props> {
228 228
 
229 229
                 { !_isFakeParticipant && renderVideo
230 230
                     && <VideoTrack
231
+                    prop8 = {"A"}
231 232
                         onPress = { onPress }
232 233
                         videoTrack = { videoTrack }
233 234
                         waitForVideoStarted = { false }

正在加载...
取消
保存