I am importing AudioInputTest and getting the following error:
ERROR in node_modules/@twilio/rtc-diagnostics/es5/lib/AudioInputTest.d.ts(272,45): error TS2339: Property 'AudioContext' does not exist on type 'Window'.
node_modules/@twilio/rtc-diagnostics/es5/lib/AudioOutputTest.d.ts(177,45): error TS2339: Property 'AudioContext' does not exist on type 'Window'.
node_modules/@twilio/rtc-diagnostics/es5/lib/recorder/audio.d.ts(47,9): error TS1086: An accessor cannot be declared in an ambient context.
I am using the latest SDK version (1.0.0) with the following environment:
- Node
12.9.1
- NPM
6.14.8
- Angular
7.2.4
- TypeScript
3.2.4
I am importing
AudioInputTestand getting the following error:I am using the latest SDK version (
1.0.0) with the following environment:12.9.16.14.87.2.43.2.4