0
votes

I'm developing a WebRTC iOS application to receive video/audio streaming from a webcam.

The device only receives audio and video streams, does not collect audio and video, so do not need to apply for microphone permissions.

How can I prohibit the application of microphone permission?

1
I think that it does not matter on how you are going to use the microphone. If you are going to use it, then it is a default that you have to ask for permission on using the microphone. If ever you are going to submit it for App Store review, and you found a way to disable the asking for permission part, I don't think that the your app would pass the review.John Russel Usi

1 Answers

0
votes

Don't create an RTCVideoTrack or RTCAudioTrack and don't add it to the RTCMediaStream.