fix: bluetooth auto-connection and re-connection fixes, removing finished todos, allowing self-send call messages for deduping answers

This commit is contained in:
Harris
2021-11-18 16:19:09 +11:00
parent 2029874e26
commit 276f808ca3
4 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ class CallMessage(): ControlMessage() {
var sdpMids: List<String> = listOf()
var callId: UUID? = null
override val isSelfSendValid: Boolean = false
override val isSelfSendValid: Boolean = type in arrayOf(SignalServiceProtos.CallMessage.Type.END_CALL,SignalServiceProtos.CallMessage.Type.ANSWER)
override val ttl: Long = 300000L // 30s