Feeling a bit confused, is it possible to directly use the native web microphone recording interface? #7685
Unanswered
blackrabbit944
asked this question in
General
Replies: 1 comment
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
When reading the official documentation,https://capacitorjs.com/docs/plugins/tutorial/designing-the-plugin-api ,it mentioned:
Since I’ve already implemented the recording function using the native web interface and sent PCM data to the server, I’m a bit confused here. If the Web API can already be used directly, why would there be a need to provide an additional plugin?
However, in my actual test code, the navigator.mediaDevices object is undefined… So, I feel very confused. Is it really possible to use the web interface, or is a native implementation required?”
Beta Was this translation helpful? Give feedback.
All reactions