-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mic is not working #18
Comments
Mic is working, the issue is that WKWebViewRTC WebRTC does not support AudioContext. |
I am having also issues getting this to work.
Our web app has a button which you press and hold to record but as soon as you press it (without releasing) the js app errors. This works fine in mobile safari or ios14 and up. so I am not quite sure what I am missing. UPDATE |
This library does not support AudioContext and MediaRecorder, funny that you mention " js app error" but actually providing ios logs instead of the JS errors... Anyway Wont fix because cannot reproduce when the lib is used with it's know limitation properly. Finally if you can support ios 14+ you dont need this lib anymore. |
I only wanted to demonstrate the app setup and the output in case something is not captured properly.
Perhaps you could document the known limitations so that people don't waste their time running into them. |
So that people don't waste their time 😅 I'm not even maintainer, i only helped because this project duplicated the source code of another my project (iosRTC), but people like you i eat them for breakfast, you simply do not deserve to be helped . |
Accesing AudioContext have nothing do to with recording stopping, MediaRecorder is simply not even compatible here with the MediaStream SHIM this project expose in the WebView. It's funny to see people complain instead of helping or contributing about free software that intended to provide what apple failed to provide prior iOS 14.2. That usually what i call script kiddies that just copy paste code and open source without giving credit to the original works but are the first to complain like they paying for while In fact we give it to them for free, but they still complain. |
I just ignore the comments from above, quite honestly a little childish. But thanks for your last input which was in fact useful. |
when i use getuserMedia with constraints video false and audio true i did'nt receive any audio stream in there
for test purpose i used the webrtc audio example: https://webrtc.github.io/samples/src/content/getusermedia/volume/
The text was updated successfully, but these errors were encountered: