You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"No audio output device found. Please check your device settings."
457
+
`No audio output device found. Please check your device settings. Ensure that at least one audio output device (e.g., speakers or headphones) is connected and recognized by your system. Found media devices: ${devices.map((d)=>d.label).join(", ")}`
460
458
);
461
459
}
462
460
463
461
returnnull;
464
462
}catch(e){
465
-
captureException(e);
466
-
returnnewError("There is an error accessing an audio playback device.");
463
+
returnnewError(
464
+
`There is an error accessing an audio playback device. ${String(e)}`
0 commit comments