You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line AVCaptureDeviceInput *audioInput = [AVCaptureDeviceInput deviceInputWithDevice:audioDevice error:&inputError]; seems to be the culprit and its causing the permissions to be triggered before you even unmute yourself on iOS.
The text was updated successfully, but these errors were encountered:
Looks like on the most recent versions, after version M107, there is a possible way to fix this by providing our own version of the Audio Device Module (ADM).
There is already a task in our backlog to investigate this, and see if It is possible to fix this behavior without needing to create and keep a patch of WebRTC.
This seems to be an issue with the daily js forked version of react native webrtc and specifically this function
This line
AVCaptureDeviceInput *audioInput = [AVCaptureDeviceInput deviceInputWithDevice:audioDevice error:&inputError];
seems to be the culprit and its causing the permissions to be triggered before you even unmute yourself on iOS.The text was updated successfully, but these errors were encountered: