- From: <bugzilla@jessica.w3.org>
- Date: Fri, 31 Oct 2014 16:54:06 +0000
- To: public-webrtc@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27211
Bug ID: 27211
Summary: Add BundlePolicy to RTCConfiguration
Product: WebRTC Working Group
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: WebRTC API
Assignee: public-webrtc@w3.org
Reporter: pthatcher@google.com
CC: public-webrtc@w3.org
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
};
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
Received on Friday, 31 October 2014 16:54:08 UTC