You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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 oneI 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!
The text was updated successfully, but these errors were encountered: