Hello!
I apologize for writing here, I do not know how to solve my problem.
Platform: iOS
Latest version of GoogleWebRTC
I use the WebRTC to watch the stream that I broadcast from my webcam.
The problem is that the mobile application requests access to the microphone when the video-audio stream starts. As far as I understand, this is related to RTCMediaConstraints (offerToRecieveAudio, OfferToRecieveVideo). If you set the audio constraint = False, then the application will not request access to the microphone, but then there will be no audio stream.
Is there any way to fix this? (to avoid the request for access to the microphone, because it is not needed because I only need to watch the stream, this is not a video chat)