diff --git a/lib/src/voip.dart b/lib/src/voip.dart index 3d0d5b14..42ffcd21 100644 --- a/lib/src/voip.dart +++ b/lib/src/voip.dart @@ -1258,6 +1258,9 @@ class VoIP { if (!call._answeredByUs) { delegate.stopRingtone(); } + if (call.state == CallState.kRinging) { + call.onAnsweredElsewhere('Call ID ' + callId + ' answered elsewhere'); + } return; }