Closed ankitsaini56 closed 3 months ago
Hi @ankitsaini56,
Are you publishing an audio track on the iOS side? You could disable audio when calling: WebRTCClient.init:
required init(iceServers: [RTCIceServer], isAudioOn: Bool) {
Publishing audio uses the microphone and requires permissions. If libwebrtc is still using the mic after that its probably an issue in their code.
Closing assuming answered. Feel free to reopen if the issue persists
As soon as webrtc connection is done, getting mircophone permission popup, how to disable that ?