mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-31 08:06:18 +00:00
docs: fix comment on time being 300s (5m) instead of 30s
This commit is contained in:
@@ -14,7 +14,7 @@ class CallMessage(): ControlMessage() {
|
||||
|
||||
override val isSelfSendValid: Boolean get() = type in arrayOf(ANSWER, END_CALL)
|
||||
|
||||
override val ttl: Long = 300000L // 30s
|
||||
override val ttl: Long = 300000L // 5m
|
||||
|
||||
override fun isValid(): Boolean = super.isValid() && type != null && callId != null
|
||||
&& (!sdps.isNullOrEmpty() || type in listOf(END_CALL, PRE_OFFER))
|
||||
|
||||
Reference in New Issue
Block a user