mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Update RingRTC to v2.66.0
This commit is contained in:
committed by
jeffrey-signal
parent
04813fe345
commit
d06febd5b5
@@ -1339,5 +1339,13 @@ object RemoteConfig {
|
||||
defaultValue = 1.days.inWholeSeconds,
|
||||
hotSwappable = true
|
||||
)
|
||||
|
||||
@JvmStatic
|
||||
@get:JvmName("dredDuration")
|
||||
val dredDuration: Int by remoteInt(
|
||||
key = "global.calling.dredDuration",
|
||||
defaultValue = 0,
|
||||
hotSwappable = true
|
||||
)
|
||||
// endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user