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 = "
|
|
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
|