Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
5fb02f1fae

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

211
         const renderSharedVideo = _isFakeParticipant && !disableVideo;
211
         const renderSharedVideo = _isFakeParticipant && !disableVideo;
212
         // var pvc_style = window.gvx.fns.fncb ? gvx.fns.fncb("pvc_style",{that:this,vc:{}},0) : {}
212
         // var pvc_style = window.gvx.fns.fncb ? gvx.fns.fncb("pvc_style",{that:this,vc:{}},0) : {}
213
         var pvc_style = window.gvx.fns.fncb ? gvx.fns.fncb("pvc_style",{that:this,vc:{}},styles.participantView) : styles.participantView
213
         var pvc_style = window.gvx.fns.fncb ? gvx.fns.fncb("pvc_style",{that:this,vc:{}},styles.participantView) : styles.participantView
214
+        var pvc_style2 = window.gvx.fns.fncb ? gvx.fns.fncb("pvc_style2",{that:this,vc:{}},{}) : {}
214
         // return (
215
         // return (
215
         var ret = (
216
         var ret = (
216
             <Container
217
             <Container
219
                     ...pvc_style,
220
                     ...pvc_style,
220
                     // ...styles.participantView,
221
                     // ...styles.participantView,
221
                     ...this.props.style,
222
                     ...this.props.style,
223
+                    ...pvc_style2,
222
                 }}
224
                 }}
223
                 touchFeedback = { false }>
225
                 touchFeedback = { false }>
224
 
226
 

Loading…
Cancel
Save