Delete old TODOs.
Bug: webrtc:10198 Change-Id: I7ea6ddedd97db17a9fc8caf6434cf72f6cd0d6ef Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/268761 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Jakob Ivarsson <jakobi@webrtc.org> Auto-Submit: Niels Moller <nisse@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37544}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
e4bda7d008
commit
d78789eee2
@ -274,9 +274,6 @@ RTCPSender::FeedbackState ModuleRtpRtcpImpl2::GetFeedbackState() {
|
||||
return state;
|
||||
}
|
||||
|
||||
// TODO(nisse): This method shouldn't be called for a receive-only
|
||||
// stream. Delete rtp_sender_ check as soon as all applications are
|
||||
// updated.
|
||||
int32_t ModuleRtpRtcpImpl2::SetSendingStatus(const bool sending) {
|
||||
if (rtcp_sender_.Sending() != sending) {
|
||||
// Sends RTCP BYE when going from true to false
|
||||
|
||||
Reference in New Issue
Block a user