Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
11fd3bfa50

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

@@ -209,6 +209,7 @@ class ParticipantView extends Component<Props> {
209 209
                 : `org.jitsi.meet.Participant#${this.props.participantId}`;
210 210
 
211 211
         const renderSharedVideo = _isFakeParticipant && !disableVideo;
212
+                    // prop8 = {"A"}
212 213
         // return (
213 214
         var ret = (
214 215
             <Container
@@ -228,7 +229,6 @@ class ParticipantView extends Component<Props> {
228 229
 
229 230
                 { !_isFakeParticipant && renderVideo
230 231
                     && <VideoTrack
231
-                    prop8 = {"A"}
232 232
                         onPress = { onPress }
233 233
                         videoTrack = { videoTrack }
234 234
                         waitForVideoStarted = { false }

Loading…
Cancel
Save