react-native-webrtc / react-native-callkeep

iOS CallKit framework and Android ConnectionService for React Native
ISC License
923 stars 445 forks source link

Add iOS setup options for overriding AVAudioSession setCategory options and setMode mode #707

Closed JoL0712 closed 1 year ago

JoL0712 commented 1 year ago

Currently, configureAudioSession uses fixed values for setCategory options and setMode mode. This change will allow options to be passed into the setup function to override the default values in configureAudioSession.