Remigijus

Results 8 comments of Remigijus

I did. I guess it would be better to use delegation and implement required specific ones instead of callback for all of them.

But what about call initiator hang-up call, how do you handle that situation? Since ios 13 every voip push should fire reportNewIncomingCall. I saw that some people fire this and...

@sboily hey, could you review once more

@khanhduy62 till this PR gets a review, you could just fork my repo and use it like this: [RNCallKeep setup:@{ @"appName": @"Name", @"maximumCallGroups": @1, @"maximumCallsPerCallGroup": @1, @"supportsVideo": @YES, @"includesCallsInRecents": @NO,...

@manuquentin Hey, could you check this out?

@hussainsherwani my fork has another feature - to cancel calls and it's not submitted as PR. You can ignore it by passing "isCancelEvent: NO" to reportNewIncomingCall method in your AppDelegate...

Try reinstalling node_modules and pods, then checkouting to this PR commit

@hussainsherwani You could simply save payload in your AppDelegate defined dictionary based on uuid and on callReject callback use it