Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
74d3b90f88

+ 1
- 0
react/features/base/participants/components/ParticipantView.native.js View File

@@ -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…
Cancel
Save