Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

EndCall fix #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ios/RNCallKit/RNCallKit.m
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
}
}];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down