Skip to content

Commit f3e9a14

Browse files
author
Brandon Huang
committed
Address issue #26 change number to 'handle'
1 parent f9c0e86 commit f3e9a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/io/wazo/callkeep/RNCallKeepModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ public void onReceive(Context context, Intent intent) {
524524
sendEventToJS("RNCallKeepDidPerformDTMFAction", args);
525525
break;
526526
case ACTION_ONGOING_CALL:
527-
args.putString("number", attributeMap.get(EXTRA_CALL_NUMBER));
527+
args.putString("handle", attributeMap.get(EXTRA_CALL_NUMBER));
528528
args.putString("callUUID", attributeMap.get(EXTRA_CALL_UUID));
529529
args.putString("name", attributeMap.get(EXTRA_CALLER_NAME));
530530
sendEventToJS("RNCallKeepDidReceiveStartCallAction", args);

0 commit comments

Comments
 (0)