зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1632489 - Enable repaired-rtp-stream-id extension in jsep; r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D74839
This commit is contained in:
Родитель
b5e4795236
Коммит
06db56446e
|
@ -406,6 +406,8 @@ std::vector<SdpExtmapAttributeList::Extmap> JsepSessionImpl::GetRtpExtensions(
|
||||||
// TODO: Would it be worth checking that the direction is sane?
|
// TODO: Would it be worth checking that the direction is sane?
|
||||||
AddVideoRtpExtension(webrtc::RtpExtension::kRtpStreamIdUri,
|
AddVideoRtpExtension(webrtc::RtpExtension::kRtpStreamIdUri,
|
||||||
SdpDirectionAttribute::kSendonly);
|
SdpDirectionAttribute::kSendonly);
|
||||||
|
AddVideoRtpExtension(webrtc::RtpExtension::kRepairedRtpStreamIdUri,
|
||||||
|
SdpDirectionAttribute::kSendonly);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:;
|
default:;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче