This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
https://tools.ietf.org/html/draft-ietf-rtcweb-jsep-08#section-4.1.1 In JSEP, it says we need a "bundle policy". See for example: https://tools.ietf.org/html/draft-ietf-rtcweb-jsep-08#section-4.1.1. But we're lacking the WebIDL in the W3C spec. Something like: enum RTCBundlePolicy { "balanced", "max-compat", "max-bundle", }; dictionary RTCConfiguration { // ... iceServers, etc DOMString bundlePolicy = "balanced"; // see RTCBundlePolicy };
I'll make a PR.
WebRTC API bugs have been moved to github issues: https://github.com/w3c/webrtc-pc/issues Please subscribe to the issues you want to keep watching.