This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25596 - updateIce should be called setConfiguration
Summary: updateIce should be called setConfiguration
Status: RESOLVED LATER
Alias: None
Product: WebRTC Working Group
Classification: Unclassified
Component: WebRTC API (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Justin Uberti
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-08 06:00 UTC by Harald Alvestrand
Modified: 2014-12-15 10:39 UTC (History)
1 user (show)

See Also:


Attachments

Description Harald Alvestrand 2014-05-08 06:00:44 UTC
After discussion on the list (May 2014), it seems agreed that:

- updateIce is a bad name for the function, since it updates more than ICE
- it makes sense to just give a single call that updates the configuration given to the RTCPeerCOnnection constructor
- setConfiguration() is a good name for this function
- we also need getConfiguration() to provide the ability to modify a configuration parameter

This seems ready for editing.
Comment 1 Harald Alvestrand 2014-10-31 16:59:02 UTC
Pull request is available (queued behind RTPSender, but can be detangled).
Comment 2 Dominique Hazael-Massieux 2014-12-15 10:39:43 UTC
WebRTC API bugs have been moved to github issues: https://github.com/w3c/webrtc-pc/issues

Please subscribe to the issues you want to keep watching.