UNPKG

@fakes/media-devices

Version:

A interactive fake implementation of MediaDevices interface in the browser for testing

10 lines (9 loc) 215 B
/** * Describes a media device that you can plug in with {@link MediaDevicesFake.attach} */ export interface MediaDeviceDescription { deviceId: string groupId: string kind: MediaDeviceKind label: string }