Add country to participant closing log (#4693)

This commit is contained in:
Raja Subramanian
2026-07-20 15:32:42 +05:30
committed by GitHub
parent 3f59d0dd9e
commit c684997c4f
+1
View File
@@ -1474,6 +1474,7 @@ func (p *ParticipantImpl) Close(sendLeave bool, reason types.ParticipantCloseRea
"isExpectedToResume", isExpectedToResume,
"clientInfo", logger.Proto(sutils.ClientInfoWithoutAddress(p.GetClientInfo())),
"kind", p.Kind(),
"country", p.params.Country,
"sessionDuration", sessionDuration,
)
p.closeReason.Store(reason)