rns-nativecall 1.2.7 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,8 +37,8 @@ import androidx.core.content.pm.ShortcutManagerCompat
37
37
  import androidx.core.graphics.drawable.IconCompat
38
38
 
39
39
  object NativeCallManager {
40
- const val channelId = "CALL_CHANNEL_1yURGENT_Io"
41
- private const val MISSED_CHANNEL_ID = "missed_hcall_190"
40
+ const val channelId = "CALL_CHANNEL_1yURGENT89_Io0-"
41
+ private const val MISSED_CHANNEL_ID = "missed_h89call_19090"
42
42
 
43
43
  private var currentCallData: Map<String, String>? = null
44
44
 
@@ -317,7 +317,7 @@ object NativeCallManager {
317
317
  val messagingStyle =
318
318
  NotificationCompat
319
319
  .MessagingStyle(caller)
320
- .addMessage("Missed $callType call", System.currentTimeMillis(), caller)
320
+ .addMessage("You missed a $callType call from $name", System.currentTimeMillis(), caller)
321
321
 
322
322
  val builder =
323
323
  NotificationCompat
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rns-nativecall",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "High-performance React Native module for handling native VoIP call UI on Android and iOS.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",