diff --git a/src/client/components/App.tsx b/src/client/components/App.tsx index 90c9d7f..0ed5177 100644 --- a/src/client/components/App.tsx +++ b/src/client/components/App.tsx @@ -1,16 +1,18 @@ +import classnames from 'classnames' import map from 'lodash/map' import React from 'react' import Peer from 'simple-peer' import { Message } from '../actions/ChatActions' -import { Notification, dismissNotification } from '../actions/NotifyActions' +import { dismissNotification, Notification } from '../actions/NotifyActions' import { TextMessage } from '../actions/PeerActions' import { AddStreamPayload } from '../actions/StreamActions' import * as constants from '../constants' import Chat from './Chat' +import { Media } from './Media' import Notifications from './Notifications' +import { Side } from './Side' import Toolbar from './Toolbar' import Video from './Video' -import { Media } from './Media' export interface AppProps { active: string | null @@ -75,47 +77,61 @@ export default class App extends React.PureComponent { return (
- + + + + - + + -
-
) diff --git a/src/client/components/Media.tsx b/src/client/components/Media.tsx index 101180f..b965774 100644 --- a/src/client/components/Media.tsx +++ b/src/client/components/Media.tsx @@ -101,7 +101,7 @@ export const AutoplayMessage = React.memo( function Autoplay(props: AutoplayProps) { return ( - The browser has blocked video autoplay on this page. + Your browser has blocked video autoplay on this page. To continue with your call, please press the play button: