Do not vibrate when call comes in and ringing is enabled

This commit is contained in:
Juha Heinanen
2023-02-18 04:19:07 +02:00
parent 12d441cf8c
commit bca04e7623
2 changed files with 16 additions and 4 deletions

View File

@ -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