Replies: 1 comment
-
maybe this https://developer.mozilla.org/en-US/docs/Web/API/MediaStream_Recording_API? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm implementing an AI agent with audio input. What I found was that the webview doesn't seem to support audio recording:
This is undefined:
navigator.mediaDevices
my code:
I wonder if there is a way to work around this, (preferably in js (cross-platform), not in rust)?
I should mention that the failure is on iOS, not on Mac.
Beta Was this translation helpful? Give feedback.
All reactions