|
@@ -211,6 +211,7 @@ class ParticipantView extends Component<Props> {
|
211
|
211
|
const renderSharedVideo = _isFakeParticipant && !disableVideo;
|
212
|
212
|
// var pvc_style = window.gvx.fns.fncb ? gvx.fns.fncb("pvc_style",{that:this,vc:{}},0) : {}
|
213
|
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
|
215
|
// return (
|
215
|
216
|
var ret = (
|
216
|
217
|
<Container
|
|
@@ -219,6 +220,7 @@ class ParticipantView extends Component<Props> {
|
219
|
220
|
...pvc_style,
|
220
|
221
|
// ...styles.participantView,
|
221
|
222
|
...this.props.style,
|
|
223
|
+ ...pvc_style2,
|
222
|
224
|
}}
|
223
|
225
|
touchFeedback = { false }>
|
224
|
226
|
|