twilio / twilio-voice-react-native

Other
74 stars 29 forks source link

When an incoming call arrives and I accept it with CallKit, the app opens automatically. Isn't there a way to keep the call only with CallKit? #417

Open javier545dev opened 2 months ago

javier545dev commented 2 months ago

A question. When an incoming call arrives and I accept it with CallKit, the app opens automatically. Isn't there a way to keep the call only with CallKit? And what parameters can I pass to

callInvite.accept({ } as CallInvite.AcceptOptions)

mhuynh5757 commented 2 months ago

Hey @javier545dev please use the Issue Template when submitting issues to this repository. The mandatory info in the template helps us debug issues.

bojandurmic commented 2 months ago

Hey @javier545dev no there isn’t. You’ll have to create an active call screen for your app.