mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 13:54:34 +00:00
resolve new room name logger earlier when moving participant (#3662)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user