Fix iPhone not working

This commit is contained in:
andreas
2023-09-28 04:20:01 +02:00
parent ba865103d3
commit 707f2833bc

View File

@@ -342,7 +342,7 @@ export default function Recorder(props: RecorderProps) {
>
{isRecording ? "Stop" : "Record"}
</button>
{props.audioDevices && props.audioDevices?.length > 1 && (
{props.audioDevices && props.audioDevices?.length > 0 && (
<>
<button
className="text-center text-blue-400 hover:text-blue-700 ml-2 md:ml:4 p-2 rounded-lg focus-visible:outline outline-blue-400"