UNPKG

@sumsub/fisherman

Version:

The Sumsub Fisherman is a powerful tool that helps developers integrate fraud detection capabilities into their applications. With Fisherman, you can easily identify and prevent fraudulent activities within your system, providing a safer and more secure e

8 lines (7 loc) 205 B
export interface MediaDevice { kind?: MediaDeviceKind; label?: string; deviceId?: string; groupId?: string; } export declare function getMediaDevices(): Promise<MediaDevice[] | undefined>;