diff --git a/lib/src/voip/voip.dart b/lib/src/voip/voip.dart index 707264cf..6eefbe3c 100644 --- a/lib/src/voip/voip.dart +++ b/lib/src/voip/voip.dart @@ -344,10 +344,6 @@ class VoIP { Future onCallReject( String roomId, String senderId, Map content) async { - if (senderId == client.userID) { - // Ignore messages to yourself. - return; - } final String callId = content['call_id']; Logs().d('Reject received for call ID $callId');