react-native-webrtc / react-native-callkeep

iOS CallKit framework and Android ConnectionService for React Native
ISC License
909 stars 438 forks source link

How do you control the call's volume programatically on iOS? #747

Open wilmxre opened 10 months ago

disco-panda commented 9 months ago

Why don't you give this a try?

https://github.com/hirbod/react-native-volume-manager

wilmxre commented 9 months ago

i did, but unfortunately managing the audio session on ios is pretty hard, from my experience. it isn't working consistently, because callkeep is also managing the audio session and sometimes you just can't control the volume arbitrarily