change var -> val according to review comment
Signed-off-by: Thomas Zeitlhofer <tz+github@ze-it.at>
This commit is contained in:
parent
bd1a0361be
commit
a732d8856b
@ -58,7 +58,7 @@ internal class DefaultCallSignalingService @Inject constructor(
|
||||
|
||||
private val activeCalls = mutableListOf<MxCall>()
|
||||
|
||||
private var cachedTurnServerResponse = object {
|
||||
private val cachedTurnServerResponse = object {
|
||||
|
||||
private val MIN_TTL = 60
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user