chore: update.

This commit is contained in:
cloudwebrtc 2022-09-17 00:10:50 +08:00
parent 8c4a5b6a46
commit e1ccda3cb1
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class VoIP {
if (!delegate.canHandleNewCall && if (!delegate.canHandleNewCall &&
(confId == null || confId != currentGroupCID)) { (confId == null || confId != currentGroupCID)) {
Logs().v( 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); await newCall.reject(reason: 'busy', shouldEmit: false);
delegate.handleMissedCall(newCall); delegate.handleMissedCall(newCall);
return; return;