Do not vibrate when call comes in and ringing is enabled
This commit is contained in:
@ -3,6 +3,7 @@ package com.tutpro.baresip
|
||||
const val TAG = "Baresip"
|
||||
|
||||
const val DEFAULT_CHANNEL_ID = "com.tutpro.baresip.default"
|
||||
const val MEDIUM_CHANNEL_ID = "com.tutpro.baresip.medium"
|
||||
const val HIGH_CHANNEL_ID = "com.tutpro.baresip.high"
|
||||
|
||||
const val MIC_PERMISSION_REQUEST_CODE = 1
|
||||
|
||||
Reference in New Issue
Block a user