mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 01:11:52 +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;
|
videoMuted: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: We shouldn't be calling playMedia() all the time
|
||||||
@replaceableComponent("views.voip.VideoFeed")
|
@replaceableComponent("views.voip.VideoFeed")
|
||||||
export default class VideoFeed extends React.PureComponent<IProps, IState> {
|
export default class VideoFeed extends React.PureComponent<IProps, IState> {
|
||||||
private element: HTMLVideoElement;
|
private element: HTMLVideoElement;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user