react-native-callkit
react-native-callkit copied to clipboard
#deprecated iOS 10 new CallKit framework for React Native
Hello, I have an issue. The button to switch the audio channel deactivates . The button will go into inactive state. 
Will it be available on Android?
With introducing this PR, on answering a call user will see `connecting` status and `updateConnectionStatus` method will need to be called to indicate either start or failure of a call....
Caller Phone get action, I don't know to do, anyone could help? Hello, I found it perfect lib I need. But I don't know how to connect from Caller to...
I'm integerating my app with `react-native-pjsip` library and I've used `react-native-callkit` for call-kit handling. When remote user hangup the call then my react-native-pjsip's endpoint method notify me to terminate the...
Hi, Xcod is showing this warning: " Conflicting parameter types in implementation of 'application:continueUserActivity:restorationHandler:':'void (^_Nonnull __strong)(NSArray*_Nullable __strong)' vs 'void (^__strong _Nonnull)(NSArray *_Nullable __strong)' " on this line in AppDelegate.m: restorationHandler:(void(^)(NSArray...
First of all i do the setup calling this function: RNCallKit.setup({appName: 'App'}); Then I am calling this function: RNCallKit.displayIncomingCall("_uuid", "886900000000") when the phone is locked or when I'm on the...
i'm able to make the callkit incoming call ui appears but after clicking the answering button a call failed screen appears and the app restarts any idea how to solve...
When I initiate an outgoing call from within my app, I call the `startCall` method (to register the call on the ios call history log). When I do this, I...
If a user answers a call from the lock screen, they will see the native iPhone call UI instead of the custom UI the app displays. They then have to...