Hussain Sherwani
Hussain Sherwani
@caglardurmus did you find any solution ? , for me it happened randomly most of the case when I open the lock app already opened and navigate to call screen...
@sboily @manuquentin Any update on this. required feature, if possible please release a new version with this.
@remigijusbalc I tried with your fork , I am getting an error, could you please help me out `No known class method for selector 'reportNewIncomingCall:handle:handleType:hasVideo:localizedCallerName:supportsHolding:supportsDTMF:supportsGrouping:supportsUngrouping:fromPushKit:payload:withCompletionHandler:'`
@remigijusbalc Thanks for the quick reply, I tried to add `isCancelEvent: NO` in reportNewIncomingCall but still error persist. unable to resolve this.
@remigijusbalc Thanks, It was my mistake build successfully, `isCancelEvent` should be last parameter in `reportNewIncomingCall` , adding after `withCompletionHandler` build successfully. Will test it now. Anyway Thanks for the help...
@remigijusbalc could you please help me in one more thing how can I get my notification payload when a call decline as it only give a `UUID` and we need...
hello @remigijusbalc with your forked repo android app not working, getting error `error: incompatible types: int cannot be converted to String super.onReject(rejectReason); ^`
hey @linus-komnick for me rejection event fire immediately I am using this but in @remigijusbalc forked repo there is an issue for android so when I create android build I...
@remigijusbalc can you please update the PR as there is now a conflict `RNCallKeep.m` file. @sboily @manuquentin could you please look into this if now you have time