Bug 1322358: Don't disable m-sections in answer just because they're inactive. r=drno

MozReview-Commit-ID: 6YPwEk7bwIG

--HG--
extra : rebase_source : 30f843a0f73f0871b92e47de63f9c8a38588dd3c
This commit is contained in:
Byron Campen [:bwc] 2017-01-25 16:42:08 -06:00
Родитель 2ae40d84a9
Коммит b2a946a1d0
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -1005,11 +1005,6 @@ JsepSessionImpl::CreateAnswerMSection(const JsepAnswerOptions& options,
BindMatchingRemoteTrackToAnswer(&msection); BindMatchingRemoteTrackToAnswer(&msection);
} }
if (!msection.IsReceiving() && !msection.IsSending()) {
mSdpHelper.DisableMsection(sdp, &msection);
return NS_OK;
}
// Add extmap attributes. // Add extmap attributes.
AddCommonExtmaps(remoteMsection, &msection); AddCommonExtmaps(remoteMsection, &msection);