-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Mandatory Audio Constraints #107
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
Comments
These parameters belong to the WebRTC private constraint parameter and need to be available at Android: |
These parameters seem to be less common, and if you are interested in adding, we would be happy to accept a PR. |
Cool. I’d love to work on a PR. Any advice on where to start? (I am am amateur) |
@clg236 |
@clg236 On android you can set this parameters on |
@clg236 and @cloudwebrtc |
If you were using the web implementation, any constraints where not taken into account before this PR. @carloselborges : Let us know if you were using the native or web implementation. So we can track it properly. |
Hello @wer-mathurin, I'm working native. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <tyranron@gmail.com>
Hi,
I've been trying to force audio constraints in my SDP, but am not sure if I'm formatting the contraints argument to
navigator.getUserMedia
correctly.Currently I tried the following, but it doesn't seem to be working in the SDP:
The text was updated successfully, but these errors were encountered: