From c684997c4facd048f1efb86c39cef3f30264ec27 Mon Sep 17 00:00:00 2001 From: Raja Subramanian Date: Mon, 20 Jul 2026 15:32:42 +0530 Subject: [PATCH] Add country to participant closing log (#4693) --- pkg/rtc/participant.go | 1 + 1 file changed, 1 insertion(+) 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)