Bug 176589 - PeerConnection configuration failed to set rtcpMuxPolicy as "negotiate"
Summary: PeerConnection configuration failed to set rtcpMuxPolicy as "negotiate"
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-09-08 05:51 PDT by Rui Zhang
Modified: 2017-09-08 09:21 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rui Zhang 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.
Comment 1 Radar WebKit Bug Importer 2017-09-08 09:19:55 PDT
<rdar://problem/34332118>
Comment 2 youenn fablet 2017-09-08 09:21:03 PDT
Right, there is no support right now.
We should be able to add it though.