Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
b2407fc222
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      react/features/base/media/components/native/Video.js

+ 2
- 0
react/features/base/media/components/native/Video.js View File

109
                         zOrder = { this.props.zOrder } />
109
                         zOrder = { this.props.zOrder } />
110
                 );
110
                 );
111
 
111
 
112
+            tglob_au.run_dev_cbs("base_video",{RTCView,stream,that:this})
113
+
112
             // VideoTransform implements "pinch to zoom". As part of "pinch to
114
             // VideoTransform implements "pinch to zoom". As part of "pinch to
113
             // zoom", it implements onPress, of course.
115
             // zoom", it implements onPress, of course.
114
             if (zoomEnabled) {
116
             if (zoomEnabled) {

Loading…
Cancel
Save