Stephano Paraskeva
Stephano Paraskeva
getting issue on 1.5.0
Do you mean left or right? I ask because the tags with
> @Jerome91410 @namnm I've just patched this file locally. Yes, the @Jerome91410's fix is addressing this issue perfectly. > > Great thanks to all you guys!!! Can you explain how...
Our application is blocked by this bug.
> @devWaleed could you check with the PR if your issue is fixed? > thx This did not fix the issue for me, using this PR: ```js "react-native-callkeep": "github:react-native-webrtc/react-native-callkeep#pull/365/head", ```...
> "react-native-callkeep": "github:Jerome91410/react-native-callkeep#fix-init", @Jerome91410 This did not work either 😔 It works on iPhone 6 but not iPhone 12 EDIT: it sometimes does not work on my iphone 6, it...
Have tried with on both IPhone 6 and IPhone 12 Pro and it does not work: Have tried this with versions: ```js "react-native-callkeep": "github:brekekesoftware/react-native-callkeep", "react-native-callkeep": "github:Jerome91410/react-native-callkeep#fix-init", "react-native-voip-push-notification": "^3.1.0", ```
@Jerome91410 What logs can I provide you with that'd help you debug my issue, how do I retrieve these logs? Here is my [appdelegate.m](https://pastebin.com/RP1V5bGQ) ```js - (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity...
> `RNCallKeep.setCurrentCallActive(uuid)` should work make sure that the id match I've tried `RNCallKeep.setCurrentCallActive(uuid)` and have made sure that the Id's match. It still did not work. What else could be...
> Hi @stephanoparaskeva - what kind of uuid are you using? Firstly don't call backToForeground yet - just get the call into an answered state. > > Have you looked...