chore: make ignored call mem logging verbose
This commit is contained in:
parent
a540bc6ef7
commit
373518557f
|
|
@ -217,7 +217,7 @@ class GroupCallSession {
|
||||||
mems.where((element) => !memsForCurrentGroupCall.contains(element));
|
mems.where((element) => !memsForCurrentGroupCall.contains(element));
|
||||||
|
|
||||||
for (final mem in ignoredMems) {
|
for (final mem in ignoredMems) {
|
||||||
Logs().w(
|
Logs().v(
|
||||||
'[VOIP] Ignored ${mem.userId}\'s mem event ${mem.toJson()} while updating _participants list for callId: $groupCallId, expiry status: ${mem.isExpired}');
|
'[VOIP] Ignored ${mem.userId}\'s mem event ${mem.toJson()} while updating _participants list for callId: $groupCallId, expiry status: ${mem.isExpired}');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue