refactor: changing default Threshold size to 30

This commit is contained in:
Mahendra Liya
2023-05-29 11:22:54 +05:30
parent 6be696f035
commit b38f417a46

View File

@@ -29,4 +29,4 @@ const val DECLINE_CALL = PATH + "decline_call"
const val DIALPAD_TONE_LENGTH_MS = 150L // The length of DTMF tones in milliseconds
const val MIN_RECENT_TRESHOLD = 12
const val MIN_RECENT_TRESHOLD = 30