Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
09ee7b04f8
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      modules/UI/videolayout/SmallVideo.js

+ 6
- 6
modules/UI/videolayout/SmallVideo.js View File

30
 } from '../../../react/features/video-layout';
30
 } from '../../../react/features/video-layout';
31
 
31
 
32
 
32
 
33
-import {CornerObj} from '../../../rdev/hooks/Hooks';
33
+import {CornerObj,DevHook} from '../../../rdev/hooks/Hooks';
34
 /* eslint-enable no-unused-vars */
34
 /* eslint-enable no-unused-vars */
35
 
35
 
36
 const logger = require('jitsi-meet-logger').getLogger(__filename);
36
 const logger = require('jitsi-meet-logger').getLogger(__filename);
265
 
265
 
266
         ReactDOM.render(
266
         ReactDOM.render(
267
             <Provider store = { APP.store }>
267
             <Provider store = { APP.store }>
268
-                        <div className="indicator_trc t2 jdiv"></div>
268
+            <DevHook type="div" className="indicator_trc t2 jdiv"></DevHook>
269
                 <I18nextProvider i18n = { i18next }>
269
                 <I18nextProvider i18n = { i18next }>
270
                     <StatusIndicators
270
                     <StatusIndicators
271
                         showAudioMutedIndicator = { this.isAudioMuted }
271
                         showAudioMutedIndicator = { this.isAudioMuted }
272
                         showVideoMutedIndicator = { this.isVideoMuted }
272
                         showVideoMutedIndicator = { this.isVideoMuted }
273
                         participantID = { this.id } />
273
                         participantID = { this.id } />
274
                 </I18nextProvider>
274
                 </I18nextProvider>
275
-                        <div className="indicator_trc t3 jdiv"></div>
275
+            <DevHook type="div" className="indicator_trc t3 jdiv"></DevHook>
276
+
276
             </Provider>,
277
             </Provider>,
277
             statusBarContainer);
278
             statusBarContainer);
278
     }
279
     }
718
 
719
 
719
         ReactDOM.render(
720
         ReactDOM.render(
720
             <Provider store = { APP.store }>
721
             <Provider store = { APP.store }>
721
-            <div className="indicator_hook vid_toptoolbar_hook jdiv"></div>
722
-            <CornerObj type="div" className="indicator_hook vid_toptoolbar_hook jdiv"></CornerObj>
722
+            <DevHook type="div" className="indicator_hook vid_toptoolbar_hook jdiv t0"></DevHook>
723
                 <I18nextProvider i18n = { i18next }>
723
                 <I18nextProvider i18n = { i18next }>
724
                     <div>
724
                     <div>
725
                         <AtlasKitThemeProvider mode = 'dark'>
725
                         <AtlasKitThemeProvider mode = 'dark'>
745
                         </AtlasKitThemeProvider>
745
                         </AtlasKitThemeProvider>
746
                     </div>
746
                     </div>
747
                 </I18nextProvider>
747
                 </I18nextProvider>
748
-            <div className="indicator_trc t1 jdiv"></div>
748
+            <DevHook type="div" className="indicator_hook vid_toptoolbar_hook_after jdiv t1"></DevHook>
749
             </Provider>,
749
             </Provider>,
750
             indicatorToolbar
750
             indicatorToolbar
751
         );
751
         );

Loading…
Cancel
Save