This commit is contained in:
Vitor Pamplona
2026-04-20 09:41:58 -04:00
parent 83837ad090
commit 0e077c02d0
2 changed files with 1 additions and 4 deletions
@@ -358,8 +358,6 @@ class CallManager(
cancelPeerTimeout(callerPubKey)
}
}
else -> {}
}
emitSessionEvent(CallSessionEvent.MidCallOfferReceived(callerPubKey, event.sdpOffer()))
return
@@ -1079,7 +1077,6 @@ class CallManager(
when (cur) {
is CallState.IncomingCall -> cur.peerPubKeys()
is CallState.Offering -> cur.peerPubKeys
else -> emptySet()
}
transitionToEnded(callId, peers, EndReason.TIMEOUT)
}