Bug 1888181 (MOZ) - Remove MockVideoSendStream::StartPerRtpStream. r=webrtc-reviewers,mjf

A fix for the upstream removal:
https://webrtc.googlesource.com/src/+/9c166e064fb2da8273e2d997ce182de49091dbd5

Differential Revision: https://phabricator.services.mozilla.com/D206630
This commit is contained in:
Andreas Pehrson 2024-04-04 15:48:55 +00:00
parent 7d2ba714d4
commit 1cb7fca83a

View File

@ -126,8 +126,6 @@ class MockVideoSendStream : public webrtc::VideoSendStream {
Stats GetStats() override { return mStats; }
void StartPerRtpStream(const std::vector<bool> active_layers) override {}
void AddAdaptationResource(
rtc::scoped_refptr<webrtc::Resource> resource) override {}