Merge remote-tracking branch 'origin/master' into raja_pc

This commit is contained in:
boks1971
2025-08-17 13:20:51 +05:30
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -2875,7 +2875,6 @@ func (p *ParticipantImpl) addPendingTrackLocked(req *livekit.AddTrackRequest) *l
"track", logger.Proto(ti),
"addTrackRequest", logger.Proto(req),
)
continue
}
mimeType := codec.Codec
+1
View File
@@ -103,6 +103,7 @@ func (p *ParticipantImpl) populateSdpCid(parsedOffer *sdp.SessionDescription) ([
}
if len(info.Codecs) == 0 {
p.pendingTracksLock.Unlock()
p.pubLogger.Warnw(
"track without codecs", nil,
"trackID", info.Sid,