Do not pause rid in SDP (#4129)

This commit is contained in:
Raja Subramanian
2025-12-05 15:57:31 +05:30
committed by GitHub
parent 8e01e595b8
commit 3eef869a68
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -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)