Skip to content
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

Microphone active even when audio track is recvonly #94

Open
ankit-anil-kulkarni opened this issue Feb 29, 2024 · 1 comment
Open

Microphone active even when audio track is recvonly #94

ankit-anil-kulkarni opened this issue Feb 29, 2024 · 1 comment

Comments

@ankit-anil-kulkarni
Copy link

ankit-anil-kulkarni commented Feb 29, 2024

Hi @stasel , I'm facing an issue where the microphone icon on the iPhone (yellow icon to depict active use of the microphone) is active even when the audio track in my peer connection is set to recvonly. The same issue persists when I remove the audio track as well. What is the work around for this issue? If there is one
I saw some webrtc community archives and found this - https://bugs.chromium.org/p/webrtc/issues/detail?id=5873
My application does send audio to a remote device - but I would like the microphone to be active only when the current device sends audio to a remote peer - not when I'm only receiving audio
I tried using the manual audio option but that did not help either
Has anyone faced a similar issue? Any help would be greatly appreciated
Thanks!

@tylerjames
Copy link

I've had this same issue and had to go back to version 108 in order to provide a custom AudioDevice as described in your link. Only problem is that now the audio does not work at all for older phones (iPhone 11 or older) but it works fine on newer phones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants