mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-26 17:01:49 +02:00
Add a TODO
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
7c4e3efbff
commit
537ce40f42
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user