In JSEP, it says we need a "bundle policy". See for example: http://tools.ietf.org/html/draft-ietf-rtcweb-jsep-07. But we're lacking the WebIDL in the W3C spec. I propose: enum RTCBundlePolicy { "balanced", "max-compat", "max-bundle", } RTCConfiguration { // ... iceServers, etc RTCBundlePolicy bundlePolicy; } Comments welcome. If there are no objections, I'll make a pull request.Received on Wednesday, 1 October 2014 20:06:01 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 19:18:01 UTC