Don't send busy call response to allow linked devices to accept call

This commit is contained in:
AsamK 2026-04-16 20:54:19 +02:00
parent 740cd6f89b
commit 33b2b563b3

View File

@ -197,11 +197,6 @@ public class CallManager implements AutoCloseable {
if (callEventListeners.isEmpty()) {
logger.debug("Ignoring incoming offer for call {}: no call event listeners registered",
callIdUnsigned(callId));
final var result = sendBusyMessage(callId, recipientId, deviceId);
if (!result.isSuccess()) {
logger.warn("Failed to send busy for unhandled call {}", callIdUnsigned(callId));
}
return;
}