diff --git a/lib/src/voip/voip.dart b/lib/src/voip/voip.dart index 3cae6c26..d1ab3d02 100644 --- a/lib/src/voip/voip.dart +++ b/lib/src/voip/voip.dart @@ -248,7 +248,7 @@ class VoIP { return; } if (call.remoteUserId != null && call.remoteUserId != remoteUserId) { - Logs().w( + Logs().d( 'Ignoring call event ${event.type} for room ${room.id} from sender $remoteUserId, expected sender: ${call.remoteUserId}'); return; }