Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9261d55f2589b06a53761dfd696068fb8d394a70
https://github.com/WebKit/WebKit/commit/9261d55f2589b06a53761dfd696068fb8d394a70
Author: Youenn Fablet <[email protected]>
Date: 2026-03-30 (Mon, 30 Mar 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpParameters-maxFramerate-expected.txt
M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCUtils.cpp
Log Message:
-----------
RTCRtpSender.setParameters should clear parameters that were unset by the web
app
rdar://173678165
https://bugs.webkit.org/show_bug.cgi?id=311085
Reviewed by Eric Carlson.
Previously, we were updating the rtc parameters based on WebCore parameters if
a WebCore parameter is defined.
We add the ability to unset the rtc parameter fields for which WebCore
parameter fields have been unset.
Covered by rebased WPT test.
* Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCUtils.cpp:
(WebCore::updateRTCRtpSendParameters):
Canonical link: https://commits.webkit.org/310286@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications