// @flow import React, { Component } from 'react'; import { Watermarks } from '../../base/react'; import { Captions } from '../../subtitles/'; declare var interfaceConfig: Object; /** * Implements a React {@link Component} which represents the large video (a.k.a. * the conference participant who is on the local stage) on Web/React. * * @extends Component */ export default class LargeVideo extends Component<{}> { /** * Implements React's {@link Component#render()}. * * @inheritdoc * @returns {React$Element} */ render() { return (