mirror of
https://github.com/livekit/livekit.git
synced 2026-07-28 07:49:30 +00:00
Add country to participant closing log (#4693)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user