Notification channel edits: improved names and changed default to low

This commit is contained in:
Juha Heinanen
2025-07-06 14:27:14 +03:00
parent d17f2d8029
commit 14d9122693
2 changed files with 21 additions and 19 deletions
@@ -2,7 +2,7 @@ package com.tutpro.baresip
const val TAG = "Baresip"
const val DEFAULT_CHANNEL_ID = "com.tutpro.baresip.default"
const val LOW_CHANNEL_ID = "com.tutpro.baresip.low"
const val MEDIUM_CHANNEL_ID = "com.tutpro.baresip.medium"
const val HIGH_CHANNEL_ID = "com.tutpro.baresip.high"