Bug 1800920 (MOZ) - handle upstream adding VideoReceiveStreamInterface::SetFlexFecProtection

This commit is contained in:
Michael Froman 2022-11-17 18:13:44 -06:00
Родитель fb761a3d6d
Коммит 0bf83a4e36
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -187,6 +187,8 @@ class MockVideoReceiveStream : public webrtc::VideoReceiveStreamInterface {
void SetRtcpMode(webrtc::RtcpMode mode) override {}
void SetFlexFecProtection(webrtc::RtpPacketSinkInterface* flexfec_sink) override {}
void SetRtpExtensions(std::vector<webrtc::RtpExtension> extensions) override {
}
webrtc::RtpHeaderExtensionMap GetRtpExtensionMap() const override;