How to get rid of the yellow dot of microphone permission? #139
Unanswered
sochalewski
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hey, I'm having this same issue. My app only needs to receive a video/audio stream over WebRTC and doesn't ever need the microphone. But I can't figure out how to configure it so that it doesn't require microphone permissions and the audio still works. @sochalewski did you ever sort this out? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
At the very beginning I'd like to thank you for this demo, it's really a great resource!
I've been fighting an uneven battle with the problem described in the title for some time now. The application I build only occasionally needs microphone privileges (by default the client listens, only sending its audio on explicit request), and despite this the user sees a yellow dot in the status bar all the time. This can raise quite a few questions about privacy.
Today I tried making the appropriate changes to the code from this repository, but despite removing all references to the audio session in the WebRTCClient.swift file, the yellow dot appears as soon as the connection is established. Does anyone know any way to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions