Merge pull request #3991 from fkwp/fkwp/set_call_ringing_timout

increase ringing timeout from 15 seconds to 90 seconds
This commit is contained in:
ganfra 2024-12-04 14:00:11 +01:00 committed by GitHub
commit 9573577baa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
}