瀏覽代碼

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,6 +230,7 @@ class ParticipantView extends Component<Props> {
230 230
 
231 231
                 { !_isFakeParticipant && renderVideo
232 232
                     && <VideoTrack
233
+                    is_lvideo = { this.props.is_lvideo }
233 234
                         onPress = { onPress }
234 235
                         videoTrack = { videoTrack }
235 236
                         waitForVideoStarted = { false }

Loading…
取消
儲存