Skip to content

Commit 9573577

Browse files
authored
Merge pull request #3991 from fkwp/fkwp/set_call_ringing_timout
increase ringing timeout from 15 seconds to 90 seconds
2 parents 01cd76a + be24cdd commit 9573577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appconfig/src/main/kotlin/io/element/android/appconfig/ElementCallConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ object ElementCallConfig {
1616
/**
1717
* The default duration of a ringing call in seconds before it's automatically dismissed.
1818
*/
19-
const val RINGING_CALL_DURATION_SECONDS = 15
19+
const val RINGING_CALL_DURATION_SECONDS = 90
2020
}

0 commit comments

Comments
 (0)