From 3fad61b365c8604ebd9248c55cc8e64c5fe041b3 Mon Sep 17 00:00:00 2001 From: David Zhao Date: Wed, 16 Jun 2021 13:39:04 -0700 Subject: [PATCH] Fix "missing tracks" - always send participant updates --- pkg/rtc/participant.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkg/rtc/participant.go b/pkg/rtc/participant.go index a46eb8e6d..761101781 100644 --- a/pkg/rtc/participant.go +++ b/pkg/rtc/participant.go @@ -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{