UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

9 lines 244 B
export class MediaDevice { constructor(deviceId, groupId, kind, label) { this.deviceId = deviceId; this.groupId = groupId; this.kind = kind; this.label = label; } } //# sourceMappingURL=MediaDevice.js.map