- From: Peter Thatcher <pthatcher@google.com>
- Date: Wed, 1 Oct 2014 13:04:54 -0700
- To: "public-webrtc@w3.org" <public-webrtc@w3.org>
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