forked from react-native-webrtc/react-native-callkeep
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/react-native-webrtc/react…
…-native-callkeep into speakerOutputAndroid
- Loading branch information
Showing
12 changed files
with
413 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Migration from CallKeep v3 to v4 | ||
|
||
The `reportNewIncomingCall` method on iOS is now more consistent. | ||
|
||
Please update your `AppDelegate.m` file with this new signature: | ||
|
||
```objc | ||
[RNCallKeep reportNewIncomingCall: uuidString | ||
handle: handle | ||
handleType: handleType | ||
hasVideo: YES | ||
localizedCallerName: localizedCallerName | ||
supportsHolding: YES | ||
supportsDTMF: YES | ||
supportsGrouping: YES | ||
supportsUngrouping: YES | ||
fromPushKit: YES | ||
payload: nil | ||
withCompletionHandler: nil]; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.