MrHertal / react-native-twilio-phone

Twilio Voice React Native module.
MIT License
153 stars 66 forks source link

If I receive an incoming call while the application is open, I do not want to display the notification. #99

Open matsuda-argano opened 1 year ago

matsuda-argano commented 1 year ago

If an incoming call comes in while the app is open, we do not want to display a notification to inform the user of the incoming call, since the original incoming call UI is displayed. Is it possible to do that without writing native code?

I am new to native development, so this may be a poor question from an expert, but I would appreciate your response.

matsuda-argano commented 1 year ago

Should I use Self Managed Mode of react-native-callkeep?