increase ringing timeout from 15 seconds to 90 seconds
This commit is contained in:
parent
be60b74d03
commit
62bb5a8e3f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,5 +16,5 @@ object ElementCallConfig {
|
||||||
/**
|
/**
|
||||||
* The default duration of a ringing call in seconds before it's automatically dismissed.
|
* 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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue