Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
7b25c5c7b7
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      react/features/large-video/components/LargeVideo.native.js

+ 2
- 2
react/features/large-video/components/LargeVideo.native.js View File

130
                 disableVideo = { _disableVideo }
130
                 disableVideo = { _disableVideo }
131
                 onPress = { onClick }
131
                 onPress = { onClick }
132
                 participantId = { _participantId }
132
                 participantId = { _participantId }
133
-                style = { {..._styles.largeVideo ,borderColor: '#0000ff',}}
133
+                style = { {..._styles.largeVideo ,...window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("fn",{},0) : {}}}
134
                 testHintId = 'org.jitsi.meet.LargeVideo'
134
                 testHintId = 'org.jitsi.meet.LargeVideo'
135
                 useConnectivityInfoLabel = { useConnectivityInfoLabel }
135
                 useConnectivityInfoLabel = { useConnectivityInfoLabel }
136
                 zOrder = { 0 }
136
                 zOrder = { 0 }
137
                 zoomEnabled = { false }
137
                 zoomEnabled = { false }
138
                  />
138
                  />
139
-                // style = { {..._styles.largeVideo ,...window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("fn",{},0) : {}}}
139
+                // style = { {..._styles.largeVideo ,borderColor: '#0000ff',}}
140
                 // style = { {..._styles.largeVideo ,...(window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("fn",{},0) : {})}}
140
                 // style = { {..._styles.largeVideo ,...(window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("fn",{},0) : {})}}
141
                 // style = { _styles.largeVideo }
141
                 // style = { _styles.largeVideo }
142
                 // zoomEnabled = { true }
142
                 // zoomEnabled = { true }

Loading…
Cancel
Save