We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04fecf commit 1877abfCopy full SHA for 1877abf
ios/RNCallKeep/RNCallKeep.m
@@ -619,7 +619,7 @@ + (BOOL)application:(UIApplication *)application
619
};
620
621
RNCallKeep *callKeep = [RNCallKeep allocWithZone: nil];
622
- [callKeep handleStartCallNotification: userInfo];
+ [callKeep sendEventWithNameWrapper:RNCallKeepDidReceiveStartCallAction body:userInfo];
623
return YES;
624
}
625
return NO;
0 commit comments