DetectRTC
DetectRTC copied to clipboard
Angular 2+
Do you have the type script code for DetectRTC.
Couldn't find typings for DetectRTC. Instead I use following code:
declare const DetectRTC: any; in my custom declarations file.
It stops TypeScript's moaning about unknown types.
Still, the typings would be great to have.