W3C home > Mailing lists > Public > public-webrtc@w3.org > October 2014

Proposal for WebIDL for bundle policy from JSEP

From: Peter Thatcher <pthatcher@google.com>
Date: Wed, 1 Oct 2014 13:04:54 -0700
Message-ID: <CAJrXDUHzds_92YT-oVviM1tT8ZsKayG-H_KgUrzeUKO_THsY3g@mail.gmail.com>
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

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 19:18:01 UTC