Skip to content

Commit 3f8aaed

Browse files
committed
4.0.0
1 parent 59add3e commit 3f8aaed

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

MIGRATION_v3_v4.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {},

0 commit comments

Comments
 (0)