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
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D

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;