Fix "missing tracks" - always send participant updates

This commit is contained in:
David Zhao
2021-06-16 13:39:04 -07:00
parent f30fe90d98
commit 3fad61b365
-4
View File
@@ -469,10 +469,6 @@ func (p *ParticipantImpl) SendJoinResponse(roomInfo *livekit.Room, otherParticip
}
func (p *ParticipantImpl) SendParticipantUpdate(participants []*livekit.ParticipantInfo) error {
if !p.IsReady() {
return nil
}
return p.writeMessage(&livekit.SignalResponse{
Message: &livekit.SignalResponse_Update{
Update: &livekit.ParticipantUpdate{