WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
176589
PeerConnection configuration failed to set rtcpMuxPolicy as "negotiate"
https://bugs.webkit.org/show_bug.cgi?id=176589
Summary
PeerConnection configuration failed to set rtcpMuxPolicy as "negotiate"
Rui Zhang
Reported
2017-09-08 05:51:17 PDT
I tried to set rtcpMuxPolicy as "negotiate" when init a PeerConnection and by the setConfiguration() function with no luck. I checked the commit
https://trac.webkit.org/changeset/202671/webkit
, and found it did not add support of setting the rtcpMuxPolicy. Please add this support. Tested on Safari Technology Preview Release 38.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2017-09-08 09:19:55 PDT
<
rdar://problem/34332118
>
youenn fablet
Comment 2
2017-09-08 09:21:03 PDT
Right, there is no support right now. We should be able to add it though.
Ahmad Saleem
Comment 3
2024-06-23 07:28:32 PDT
As per web-spec: `negotiate` is not present, should we get rid of it:
https://w3c.github.io/webrtc-pc/#rtcrtcpmuxpolicy-enum
https://searchfox.org/wubkat/source/Source/WebCore/platform/mediastream/RTCPMuxPolicy.h#31
https://searchfox.org/wubkat/rev/8ca6c3acfc2b6998b79a46502908cbb1b95ac71f/Source/WebCore/Modules/mediastream/RTCConfiguration.idl#50
@Youenn - any thoughts?
youenn fablet
Comment 4
2024-06-23 23:31:07 PDT
Marking as Configuration changed since spec no longer supports it.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug