React Native - Show incoming video call screen in Android (VOIP app)
Twilio developer evangelist here.
Android doesn't have CallKit
, but it does provide the ConnectionService
to allow you to build incoming call screen notifications. There's not a lot I can find that connects ConnectionService
with React Native, so you may have to check out the Android examples and build this yourself.
Sorry I can't be of more help.