export default interface MediaDeviceItemInfo {
    facing: string;
    deviceId: string;
    groupId: string;
    label: string;
    kind: string;
}
