UNPKG

react-sip-kit

Version:

A modern **React SIP.js toolkit** for building web softphones and SIP clients. Supports **audio/video calls**, **call recording**, **screen sharing**, and **device management**, all with a clean, extensible, TypeScript-first architecture.

9 lines (8 loc) 248 B
export interface GetDevicesType { hasAudioDevice: boolean; audioInputDevices: MediaDeviceInfo[]; hasSpeakerDevice: boolean; speakerDevices: MediaDeviceInfo[]; hasVideoDevice: boolean; videoInputDevices: MediaDeviceInfo[]; }