File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ # Migration from CallKeep v3 to v4
2+
3+ The ` reportNewIncomingCall ` method on iOS is now more consistent.
4+
5+ Please update your ` AppDelegate.m ` file with this new signature:
6+
7+ ``` objc
8+ [RNCallKeep reportNewIncomingCall: uuidString
9+ handle: handle
10+ handleType: handleType
11+ hasVideo: YES
12+ localizedCallerName: localizedCallerName
13+ supportsHolding: YES
14+ supportsDTMF: YES
15+ supportsGrouping: YES
16+ supportsUngrouping: YES
17+ fromPushKit: YES
18+ payload: nil
19+ withCompletionHandler: nil] ;
20+ ```
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-callkeep" ,
3- "version" : " 3.1.5 " ,
3+ "version" : " 4.0.0 " ,
44 "description" : " iOS 10 CallKit and Android ConnectionService Framework For React Native" ,
55 "main" : " index.js" ,
66 "scripts" : {},
You can’t perform that action at this time.
0 commit comments