diff --git a/ios/RNCallKit/RNCallKit.m b/ios/RNCallKit/RNCallKit.m index 80281c5..111143f 100644 --- a/ios/RNCallKit/RNCallKit.m +++ b/ios/RNCallKit/RNCallKit.m @@ -184,7 +184,7 @@ - (void)requestTransaction:(CXTransaction *)transaction callUpdate.supportsGrouping = NO; callUpdate.supportsUngrouping = NO; callUpdate.hasVideo = NO; - [self.callKitProvider reportCallWithUUID:startCallAction.callUUID updated:callUpdate]; + [self.callKitProvider reportCallWithUUID:startCallAction.UUID updated:callUpdate]; } } }]; diff --git a/package.json b/package.json index 9aa01c5..d03a001 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-callkit", - "version": "1.1.2", + "version": "1.1.3", "description": "iOS 10 CallKit Framework For React Native", "main": "index.js", "scripts": {