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