diff --git a/pkg/rtc/participant.go b/pkg/rtc/participant.go index 357918ea3..dc8f1ea69 100644 --- a/pkg/rtc/participant.go +++ b/pkg/rtc/participant.go @@ -3344,7 +3344,7 @@ func (p *ParticipantImpl) MoveToRoom(params types.MoveToRoomParams) { grants := p.grants.Load().Clone() grants.Video.Room = string(params.RoomName) p.grants.Store(grants) - p.params.LoggerResolver("pID", p.ID()) + p.params.LoggerResolver("room", params.RoomName, "pID", p.ID()) } func (p *ParticipantImpl) helper() types.LocalParticipantHelper {