Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BundlePolicy to RTCConfiguration #137

Closed
dontcallmedom opened this issue Dec 15, 2014 · 3 comments
Closed

Add BundlePolicy to RTCConfiguration #137

dontcallmedom opened this issue Dec 15, 2014 · 3 comments

Comments

@dontcallmedom
Copy link
Member

Originally reported on W3C Bugzilla ISSUE-27211 Fri, 31 Oct 2014 16:54:06 GMT
Reported by Peter Thatcher
Assigned to

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
};

@dontcallmedom
Copy link
Member Author

Original comment by Peter Thatcher on W3C Bugzilla. Fri, 31 Oct 2014 18:35:50 GMT

I'll make a PR.

@pthatcherg
Copy link
Contributor

PR: #169

@dontcallmedom
Copy link
Member Author

#169 was merged so this can be closed @alvestrand @stefhak

@stefhak stefhak closed this as completed Apr 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants