rns-nativecall 0.8.2 → 0.8.3

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.
@@ -19,7 +19,7 @@ object NativeCallManager {
19
19
  // because the system NotificationManager handles the sound.
20
20
 
21
21
  // Incrementing version to V3 to force fresh channel settings on the device
22
- const val channelId = "CALL_CHANNEL_V5_URGENT"
22
+ const val channelId = "CALL_CHANNEL_V6_URGENT"
23
23
  private var currentCallData: Map<String, String>? = null
24
24
 
25
25
  fun getCurrentCallData(): Map<String, String>? = currentCallData
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rns-nativecall",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
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",