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 87d1a91 commit e3974c4Copy full SHA for e3974c4
README.md
@@ -140,7 +140,7 @@ Make sure you enabled the folowing in `Xcode` -> `Signing & Capabilities`:
140
NSString *handle = payload.dictionaryPayload[@"handle"];
141
142
// --- You should make sure to report to callkit BEFORE execute `completion()`
143
- [RNCallKeep reportNewIncomingCall:uuid handle:handle handleType:@"generic" hasVideo:false localizedCallerName:callerName fromPushKit: YES];
+ [RNCallKeep reportNewIncomingCall:uuid handle:handle handleType:@"generic" hasVideo:false localizedCallerName:callerName fromPushKit: YES payload:nil];
144
145
completion();
146
}
0 commit comments