UNPKG

@testrtc/watchrtc-sdk

Version:

Monitor your WebRTC application by collecting WebRTC statistics from end users

13 lines (12 loc) 278 B
export {}; declare global { interface Window { mozRTCPeerConnection: any; } interface Navigator { webkitGetUserMedia: any; } interface MediaDevices { getDisplayMedia(constraints: MediaStreamConstraints): Promise<MediaStream>; } }