mirror of https://github.com/vector-im/riot-web
Remove VideoFeedType
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
4c64dacba4
commit
c5952f7e23
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in New Issue