Browse Source

auto commit

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

+ 1
- 1
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})
112
+            // tglob_au.run_dev_cbs("base_video",{RTCView,stream,that:this})
113
 
113
 
114
             // VideoTransform implements "pinch to zoom". As part of "pinch to
114
             // VideoTransform implements "pinch to zoom". As part of "pinch to
115
             // zoom", it implements onPress, of course.
115
             // zoom", it implements onPress, of course.

Loading…
Cancel
Save