We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39abe16 + 9792373 commit eacefd2Copy full SHA for eacefd2
1 file changed
index.js
@@ -56,7 +56,7 @@ class RNCallKeep {
56
return;
57
};
58
59
- displayIncomingCall = (uuid, handle, localizedCallerName, handleType = 'number', hasVideo = false) => {
+ displayIncomingCall = (uuid, handle, localizedCallerName = '', handleType = 'number', hasVideo = false) => {
60
if (!isIOS) {
61
RNCallKeepModule.displayIncomingCall(uuid, handle, localizedCallerName);
62
0 commit comments