Arkalyk Akash

Results 10 comments of Arkalyk Akash

@zxcpoiu Just introduced some changes. There shouldn't be any breaking changes now. @ianlin Can you take a look please?

According to the apple doc `UUID` in `reportCallWithUUID:(NSUUID *)UUID` is > The unique identifier of the call. Whereas, `UUID` of `CXAction` object is > The unique identifier for the action....

I don't think we can get information about wether call was incoming or outgoing. The `RNCallKitHandleStartCallNotification` is sent from the following method ``` + (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void(^)(NSArray *...

You should use [VoIP push notifications](https://github.com/ianlin/react-native-voip-push-notification) to achieve that.

Hey guys! Are you sure you've implemented this delegate method? ```Objective-C - (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void(^)(NSArray * __nullable restorableObjects))restorationHandler { return [RNCallKit application:application continueUserActivity:userActivity restorationHandler:restorationHandler]; } ```

I think these lines should be removed. No need to initialize RNCallKit. ```Objective-C ///* //Initialise RNCallKit RNCallKit *rncallkit = [[RNCallKit alloc] init]; //Initialise React Bridge with RNCallKit RCTBridge *bridge =...

@CedricSoubrie When the phone is locked it's the system UI what you see. The thing is within your app, you should implement a custom UI, but whenever you go outside...

Hi @ercpereda it's technically impossible in iOS.

have you added ``` UIBackgroundModes voip ``` to your info.plist file?

> iOS 14.5 can't pull the ATE True rate @keremdemirios have you managed to fix this? I'm facing a similar issue. Would really appreciate any help 🙏