Bläddra i källkod

auto commit

app
jfinn 3 år sedan
förälder
incheckning
11fd3bfa50

+ 1
- 1
react/features/base/participants/components/ParticipantView.native.js Visa fil

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

Laddar…
Avbryt
Spara