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

Re: Proposal for WebIDL for bundle policy from JSEP

From: Peter Thatcher <pthatcher@google.com>
Date: Wed, 1 Oct 2014 13:35:59 -0700
Message-ID: <CAJrXDUGGOhBzjwp1d52fTN5+XkLRaYF9vYUesbZ0aF6xOadrLw@mail.gmail.com>
To: Martin Thomson <martin.thomson@gmail.com>
Cc: "public-webrtc@w3.org" <public-webrtc@w3.org>
I sure did.   Here you go:

enum RTCBundlePolicy {
  "balanced",
  "max-compat",
  "max-bundle",
}


dictionary RTCConfiguration {
  // ... iceServers, etc
  RTCBundlePolicy bundlePolicy = "balanced";
}

On Wed, Oct 1, 2014 at 1:35 PM, Martin Thomson <martin.thomson@gmail.com> wrote:
> On 1 October 2014 13:24, Peter Thatcher <pthatcher@google.com> wrote:
>> "balanced" is the default.  Is this WebIDL right for that?
>
>
> Assuming that you just forgot to put the keyword "dictionary" in for
> RTCConfiguration, sure.
Received on Wednesday, 1 October 2014 20:37:06 UTC

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