ISBX / apprtc-ios

A native iOS video chat app based on WebRTC
BSD 3-Clause "New" or "Revised" License
1.35k stars 413 forks source link

Don't ask for mic permission #108

Open AMKaffiOS opened 6 years ago

AMKaffiOS commented 6 years ago

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 permisson?

I have deleted the following method,but did not solve the problem.