export default interface IMediaTrackSettings {
	deviceId: string;
	frameRate: number;
	resizeMode: string;
}
