Update RingRTC to v2.66.0

This commit is contained in:
adel-signal
2026-03-09 11:57:22 -07:00
committed by jeffrey-signal
parent 04813fe345
commit d06febd5b5
9 changed files with 54 additions and 27 deletions

View File

@@ -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
}