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
If there is an active session and I call the getAudioRoutes() it changes the audio route, because there is a setCategory executed in the getAudioInputs
Bug report
I've checked the example to reproduce the issue.
Reproduced on:
Android
iOS
Description
If there is an active session and I call the
getAudioRoutes()
it changes the audio route, because there is asetCategory
executed in thegetAudioInputs
react-native-callkeep/ios/RNCallKeep/RNCallKeep.m
Line 516 in 1c798d6
https://developer.apple.com/documentation/avfaudio/avaudiosession/1616583-setcategory?language=objc
There is any workaround to avoid this type of behavior?
Steps to Reproduce
getAudioRoutes()
setAudioRoute()
Versions
The text was updated successfully, but these errors were encountered: