Delete RtpRtcpInterface::SetRid.
This setter method is replaced by a construction-time config setting. Bug: None Change-Id: I1a685e9b4065762b30698231c7f4d9c567459e29 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/264446 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37148}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
67f0d6d677
commit
bc6101459f
@ -102,8 +102,6 @@ class ModuleRtpRtcpImpl : public RtpRtcp, public RTCPReceiver::ModuleRtpRtcp {
|
||||
|
||||
uint32_t SSRC() const override { return rtcp_sender_.SSRC(); }
|
||||
|
||||
void SetRid(absl::string_view rid) override;
|
||||
|
||||
void SetMid(absl::string_view mid) override;
|
||||
|
||||
void SetCsrcs(const std::vector<uint32_t>& csrcs) override;
|
||||
|
||||
Reference in New Issue
Block a user