- From: Peter Thatcher <pthatcher@google.com>
- Date: Wed, 1 Oct 2014 13:24:22 -0700
- To: Martin Thomson <martin.thomson@gmail.com>
- Cc: "public-webrtc@w3.org" <public-webrtc@w3.org>
"balanced" is the default. Is this WebIDL right for that? enum RTCBundlePolicy { "balanced", "max-compat", "max-bundle", } RTCConfiguration { // ... iceServers, etc RTCBundlePolicy bundlePolicy = "balanced"; } On Wed, Oct 1, 2014 at 1:19 PM, Martin Thomson <martin.thomson@gmail.com> wrote: > On 1 October 2014 13:04, Peter Thatcher <pthatcher@google.com> wrote: >> RTCBundlePolicy bundlePolicy; > > Default?
Received on Wednesday, 1 October 2014 20:29:58 UTC