chore: update.
This commit is contained in:
parent
8c4a5b6a46
commit
e1ccda3cb1
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue