UNPKG

@testrtc/watchrtc-sdk

Version:

Monitor your WebRTC application by collecting WebRTC statistics from end users

7 lines (6 loc) 184 B
import { IDevices } from "./interfaces"; export default class Devices implements IDevices { private devices; constructor(); setDevices(listOfDevices: any[]): void | any; }