Add a TODO
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
7c4e3efbff
commit
537ce40f42
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue