Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
850c76d252
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      react/features/large-video/components/LargeVideo.web.js

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

5
 import { Watermarks } from '../../base/react';
5
 import { Watermarks } from '../../base/react';
6
 import { Captions } from '../../subtitles/';
6
 import { Captions } from '../../subtitles/';
7
 import { connect } from '../../base/redux';
7
 import { connect } from '../../base/redux';
8
-
8
+import {CornerObj,DevHook} from '../../../../rdev/hooks/Hooks';
9
 declare var interfaceConfig: Object;
9
 declare var interfaceConfig: Object;
10
 
10
 
11
 type Props = {
11
 type Props = {
15
      * video element.
15
      * video element.
16
      */
16
      */
17
     _noAutoPlayVideo: boolean
17
     _noAutoPlayVideo: boolean
18
-}
18
+};
19
 
19
 
20
 /**
20
 /**
21
  * Implements a React {@link Component} which represents the large video (a.k.a.
21
  * Implements a React {@link Component} which represents the large video (a.k.a.
35
             <div
35
             <div
36
                 className = 'videocontainer'
36
                 className = 'videocontainer'
37
                 id = 'largeVideoContainer'>
37
                 id = 'largeVideoContainer'>
38
+                <DevHook type="div" className="indicator_hook lvc_overlay jdiv"></DevHook>
38
                 <div id = 'sharedVideo'>
39
                 <div id = 'sharedVideo'>
39
                     <div id = 'sharedVideoIFrame' />
40
                     <div id = 'sharedVideoIFrame' />
40
                 </div>
41
                 </div>

Loading…
Cancel
Save