Skip to content

Commit

Permalink
chore: Lower loglevel for call event with unexpected sender
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Oct 7, 2024
1 parent 71180de commit b913b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/voip/voip.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b913b40

Please sign in to comment.