mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Fix iPhone not working
This commit is contained in:
@@ -342,7 +342,7 @@ export default function Recorder(props: RecorderProps) {
|
|||||||
>
|
>
|
||||||
{isRecording ? "Stop" : "Record"}
|
{isRecording ? "Stop" : "Record"}
|
||||||
</button>
|
</button>
|
||||||
{props.audioDevices && props.audioDevices?.length > 1 && (
|
{props.audioDevices && props.audioDevices?.length > 0 && (
|
||||||
<>
|
<>
|
||||||
<button
|
<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"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user