Implement recieving NACK in RtcpTranceiver
Bug: webrtc:8239 Change-Id: I41d6c3252bbffeab66ded7ed294f82134351541a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254800 Reviewed-by: Emil Lundmark <lndmrk@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36254}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
16af378884
commit
ef6b028c92
@ -97,6 +97,9 @@ class RtpStreamRtcpHandler {
|
||||
int last_clock_rate_ = 90'000;
|
||||
};
|
||||
virtual RtpStats SentStats() = 0;
|
||||
|
||||
virtual void OnNack(uint32_t sender_ssrc,
|
||||
rtc::ArrayView<const uint16_t> sequence_numbers) {}
|
||||
};
|
||||
|
||||
struct RtcpTransceiverConfig {
|
||||
|
||||
Reference in New Issue
Block a user