Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 23e860752045b99081b432e3054b653eb829c57a
https://github.com/WebKit/WebKit/commit/23e860752045b99081b432e3054b653eb829c57a
Author: Youenn Fablet <[email protected]>
Date: 2026-03-26 (Thu, 26 Mar 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-getStats.https_interop-2026-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCPeerConnection-getStats.https_rest-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpReceiver-getStats.https_interop-2026-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpReceiver-getStats.https_rest-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver.https_interop-2026-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/webrtc/RTCRtpTransceiver.https_rest-expected.txt
M LayoutTests/platform/ios/TestExpectations
M Source/WebCore/Modules/mediastream/PeerConnectionBackend.cpp
M
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpReceiverBackend.cpp
M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpReceiverBackend.h
Log Message:
-----------
A remote webrtc track should get unmuted when first packet is received
rdar://172904930
https://bugs.webkit.org/show_bug.cgi?id=310267
Reviewed by Jean-Yves Avenard.
We use the new callback OnFirstPacketReceivedAfterReceptiveChange to unmute
tracks as per spec.
We remove the unmuting that was previously used in
PeerConnectionBackend::setRemoteDescriptionSucceeded.
Covered by rebased WPT tests.
Canonical link: https://commits.webkit.org/309987@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications