mirror of
https://github.com/livekit/livekit.git
synced 2026-08-03 15:29:39 +00:00
Do not pause rid in SDP (#4129)
This commit is contained in:
@@ -335,7 +335,7 @@ func (b *Buffer) Bind(params webrtc.RTPParameters, codec webrtc.RTPCodecCapabili
|
||||
}
|
||||
|
||||
if len(b.pPackets) != 0 {
|
||||
b.logger.Debugw("releasing queued packets on bind")
|
||||
b.logger.Debugw("releasing queued packets on bind", "count", len(b.pPackets))
|
||||
}
|
||||
for _, pp := range b.pPackets {
|
||||
b.calc(pp.packet, nil, pp.arrivalTime, false, true)
|
||||
|
||||
Reference in New Issue
Block a user