This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27211 - Add BundlePolicy to RTCConfiguration
Summary: Add BundlePolicy to RTCConfiguration
Status: RESOLVED LATER
Alias: None
Product: WebRTC Working Group
Classification: Unclassified
Component: WebRTC API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Peter Thatcher
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-31 16:54 UTC by Peter Thatcher
Modified: 2014-12-15 10:39 UTC (History)
2 users (show)

See Also:


Attachments

Description Peter Thatcher 2014-10-31 16:54:06 UTC
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
};
Comment 1 Peter Thatcher 2014-10-31 18:35:50 UTC
I'll make a PR.
Comment 2 Dominique Hazael-Massieux 2014-12-15 10:39:48 UTC
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.