Remove VideoFeedType

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Š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
1 changed files with 0 additions and 5 deletions

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,