Don't declare DesktopCapturerSource since we have a definition in the js-sdk
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
d0b95b7d3d
commit
4777da4da7
1 changed files with 0 additions and 6 deletions
|
@ -24,12 +24,6 @@ import { getDesktopCapturerSources } from "matrix-js-sdk/src/webrtc/call";
|
||||||
import { replaceableComponent } from "../../../utils/replaceableComponent";
|
import { replaceableComponent } from "../../../utils/replaceableComponent";
|
||||||
import TabbedView, { Tab, TabLocation } from '../../structures/TabbedView';
|
import TabbedView, { Tab, TabLocation } from '../../structures/TabbedView';
|
||||||
|
|
||||||
export interface DesktopCapturerSource {
|
|
||||||
id: string;
|
|
||||||
name: string;
|
|
||||||
thumbnailURL;
|
|
||||||
}
|
|
||||||
|
|
||||||
export enum Tabs {
|
export enum Tabs {
|
||||||
Screens = "screen",
|
Screens = "screen",
|
||||||
Windows = "window",
|
Windows = "window",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue