creates video voice memos from audio clips; with bluesky integration. trill.ptr.pet

fix: remove faulty error handler

ptr.pet 35505cff 080b4122

verified
Changed files
-9
src
components
-9
src/components/MicRecorder.tsx
···
return;
}
-
if (!navigator.mediaDevices) {
-
toaster.create({
-
title: "recording not supported",
-
description: "website is not running in a secure context.",
-
type: "error",
-
});
-
return;
-
}
-
mediaStream = await navigator.mediaDevices.getUserMedia({
audio: {
autoGainControl: { ideal: true },