mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 00:44:12 +00:00
Send room update while client reconnecting (#1499)
This commit is contained in:
@@ -393,6 +393,10 @@ func (r *Room) ResumeParticipant(p types.LocalParticipant, responseSink routing.
|
||||
return err
|
||||
}
|
||||
|
||||
r.lock.RLock()
|
||||
p.SendRoomUpdate(r.protoRoom)
|
||||
r.lock.RUnlock()
|
||||
|
||||
p.ICERestart(nil, reason)
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user