From e1ccda3cb13a0432010ff8f5f0fca187568d399b Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Sat, 17 Sep 2022 00:10:50 +0800 Subject: [PATCH] chore: update. --- lib/src/voip/voip.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/voip/voip.dart b/lib/src/voip/voip.dart index 0e9bf88e..f48e30e6 100644 --- a/lib/src/voip/voip.dart +++ b/lib/src/voip/voip.dart @@ -203,7 +203,7 @@ class VoIP { if (!delegate.canHandleNewCall && (confId == null || confId != currentGroupCID)) { Logs().v( - '[VOIP] onCallInvite: canRespondNewCalls is false, maybe user is busy.'); + '[VOIP] onCallInvite: Unable to handle new calls, maybe user is busy.'); await newCall.reject(reason: 'busy', shouldEmit: false); delegate.handleMissedCall(newCall); return;