diff --git a/react/features/recording/components/LiveStream/web/LiveStreamButton.js b/react/features/recording/components/LiveStream/web/LiveStreamButton.js index 3da3c34b9..4e62fb631 100644 --- a/react/features/recording/components/LiveStream/web/LiveStreamButton.js +++ b/react/features/recording/components/LiveStream/web/LiveStreamButton.js @@ -1,11 +1,8 @@ // @flow -import React from 'react'; - import { translate } from '../../../../base/i18n'; import { IconLiveStreaming } from '../../../../base/icons'; import { connect } from '../../../../base/redux'; -import { BetaTag } from '../../../../base/toolbox'; import AbstractLiveStreamButton, { _mapStateToProps as _abstractMapStateToProps, @@ -37,18 +34,6 @@ type Props = AbstractProps & { class LiveStreamButton extends AbstractLiveStreamButton { icon = IconLiveStreaming; - /** - * Helper function to be implemented by subclasses, which returns - * a React Element to display (a beta tag) at the end of the button. - * - * @override - * @protected - * @returns {ReactElement} - */ - _getElementAfter() { - return ; - } - /** * Returns the tooltip that should be displayed when the button is disabled. *