Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@clevertap/clevertap-signed-call-react-native
Advanced tools
The CleverTap's Signed Call React Native SDK provides an in-app calls service to make and receive calls in the mobile apps.
The CleverTap's Signed Call React Native SDK provides an in-app calls service to make and receive calls in the mobile apps if the device has an internet connection and Signed Call React Native SDK.
To know more about the Signed Call feature, refer to Signed Call.
To get started, sign up here.
npm install @clevertap/clevertap-signed-call-react-native // for P2P feature
or,
npm install @clevertap/clevertap-signed-call-react-native@0.0.6.2-m2p // for M2P feature
import SignedCall from '@clevertap/clevertap-signed-call-react-native';
Refer to the Signed Call React Native SDK Change Log.
If you have questions or concerns, you can reach out to the CleverTap support team from the CleverTap Dashboard.
Version 0.7.6 (June 06, 2025)
What's new
[Android Platform]
5004
error-code within the SignedCallResponse
promise object is returned.onNetworkQualityResponse(int score)
callback, allowing the app to decide whether to proceed with or decline the call. Refer to the SDK documentation for detailed usage.initProperties
object which gets passed to the SignedCall.initialize(initProperties)
method:
fcmProcessingMode
and fcmProcessingNotification
: SDK supports the two modes for processing FCM calls: FcmProcessingMode.foreground
and FCMProcessingMode.background
. These modes determine how the SDK handles incoming calls whether in background or in a foreground service depending on whether the app is actively running or is running in the background. The FcmProcessingMode.background
is default mode. If choosing the FcmProcessingMode.foreground
, the fcmProcessingNotification
parameter is mandatory. Refer to the SDK documentation for more details on overriding the default mode.callScreenOnSignalling
: A Boolean
property to control when the outgoing call screen appears relative to the signaling process. By default, the SDK immediately displays the outgoing call screen upon a call request and performs the validations in background. Please refer to SDK documentation for detailed usage.SignedCall.SignedCallOnCallStatusChanged
handler:
CallEvent.AppInitiatedDeclinedDueToNetworkQuality
: Allows to determine the cases where app initiates the call-decline based on the network quality score provided within onNetworkQualityResponse(int score)
callback.CallEvent.EndedDueToLocalNetworkLoss
: Allows to determine when the call disconnects due to network loss at the local end.CallEvent.EndedDueToRemoteNetworkLoss
: Allows to determine when the call disconnects due to network loss at the remote end.
NOTE: The CallEvent.EndedDueToLocalNetworkLoss
and CallEvent.EndedDueToRemoteNetworkLoss
events are reported alongside the existing CallEvent.Ended
event to maintain backward compatibility.[iOS Platform]
[Android and iOS Platform]
Remote Context Configuration for Call Screens:
callProperties
object during call initiation, allowing to pass custom context for receiver's call screens.Bug Fixes
EXC_BAD_ACCESS
error that occurred when clicking the mute button on the CallKit screen. This exception was only observed in debugging mode.Behaviour Changes
cancelCountdownColor
parameter within the overrideDefaultBranding
initProperty to customize the countdown ProgressBar's color. The default color is yellow (#F5FA55). Please refer to SDK documentation for the details on usage.Enhancements
FAQs
The CleverTap's Signed Call React Native SDK provides an in-app calls service to make and receive calls in the mobile apps.
The npm package @clevertap/clevertap-signed-call-react-native receives a total of 25 weekly downloads. As such, @clevertap/clevertap-signed-call-react-native popularity was classified as not popular.
We found that @clevertap/clevertap-signed-call-react-native demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.