Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 684 Bytes

MIGRATION_v3_v4.md

File metadata and controls

20 lines (17 loc) · 684 Bytes

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:

[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];