You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user