increase ringing timeout from 15 seconds to 90 seconds

This commit is contained in:
fkwp 2024-12-04 10:04:38 +01:00
parent 01cd76a1de
commit be24cdd1a0

View file

@ -16,5 +16,5 @@ object ElementCallConfig {
/**
* The default duration of a ringing call in seconds before it's automatically dismissed.
*/
const val RINGING_CALL_DURATION_SECONDS = 15
const val RINGING_CALL_DURATION_SECONDS = 90
}