Remove VideoFeedType

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-04-04 08:02:51 +02:00
parent 4c64dacba4
commit c5952f7e23
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -26,11 +26,6 @@ import CallHandler from '../../../CallHandler';
import CallMediaHandler from "../../../CallMediaHandler";
import {replaceableComponent} from "../../../utils/replaceableComponent";
export enum VideoFeedType {
Local,
Remote,
}
interface IProps {
call: MatrixCall,