jfinn 3 лет назад
Родитель
Сommit
b2407fc222
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2
    0
      react/features/base/media/components/native/Video.js

+ 2
- 0
react/features/base/media/components/native/Video.js Просмотреть файл

@@ -109,6 +109,8 @@ export default class Video extends Component<Props> {
109 109
                         zOrder = { this.props.zOrder } />
110 110
                 );
111 111
 
112
+            tglob_au.run_dev_cbs("base_video",{RTCView,stream,that:this})
113
+
112 114
             // VideoTransform implements "pinch to zoom". As part of "pinch to
113 115
             // zoom", it implements onPress, of course.
114 116
             if (zoomEnabled) {

Загрузка…
Отмена
Сохранить