react-native-webrtc / react-native-callkeep

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

How to manage SIM call? #774

Open orion152 opened 6 months ago

orion152 commented 6 months ago

I am going to manage the SIM call. For example, when on the SIM call, If I get the voip call and accept it, I am going to hold the SIM call, and mute. I am using react-native-callkeep.

How can I do that?