diff --git a/pkg/rtc/participant.go b/pkg/rtc/participant.go index 06f1ab55b..4c414a191 100644 --- a/pkg/rtc/participant.go +++ b/pkg/rtc/participant.go @@ -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)