We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e8e88 commit 125cdd1Copy full SHA for 125cdd1
src/web_voice_processor.ts
@@ -303,7 +303,7 @@ export class WebVoiceProcessor {
303
options: WebVoiceProcessorOptions,
304
) {
305
if (navigator.mediaDevices === undefined) {
306
- throw new WvpError("NotAvailableError", "Audio recording is not allowed or disabled.");
+ throw new WvpError("DeviceDisabledError", "Audio recording is not allowed or disabled.");
307
}
308
309
const {
0 commit comments