mirror of
https://github.com/livekit/livekit.git
synced 2026-05-25 09:54:41 +00:00
Merge remote-tracking branch 'origin/master' into raja_pc
This commit is contained in:
@@ -2875,7 +2875,6 @@ func (p *ParticipantImpl) addPendingTrackLocked(req *livekit.AddTrackRequest) *l
|
||||
"track", logger.Proto(ti),
|
||||
"addTrackRequest", logger.Proto(req),
|
||||
)
|
||||
continue
|
||||
}
|
||||
|
||||
mimeType := codec.Codec
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user