resolve new room name logger earlier when moving participant (#3662)

This commit is contained in:
cnderrauber
2025-05-13 20:29:07 +08:00
committed by GitHub
parent 2df0551762
commit 0a5f3c2ae6
+1 -1
View File
@@ -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 {