1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Add a TODO

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-07-28 16:32:55 +02:00
parent 7c4e3efbff
commit 537ce40f42

View File

@@ -46,6 +46,7 @@ interface IState {
videoMuted: boolean;
}
// TODO: We shouldn't be calling playMedia() all the time
@replaceableComponent("views.voip.VideoFeed")
export default class VideoFeed extends React.PureComponent<IProps, IState> {
private element: HTMLVideoElement;