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

RTCIceRole redundancy removal nit #73

Closed
robin-raymond opened this issue Apr 29, 2014 · 0 comments
Closed

RTCIceRole redundancy removal nit #73

robin-raymond opened this issue Apr 29, 2014 · 0 comments
Labels

Comments

@robin-raymond
Copy link
Contributor

We had in the spec the RTCIceRole being specified twice, once in constructor and once in start method. It's truly optional (conflict can resolve) although recommended to set so not sure why we need it mandatory in constructor too.

[Constructor(optional RTCIceListener iceListener), 
     Constructor(RTCIceOptions options)]
interface RTCIceTransport {
    [...]
    void                      start (RTCIceParameters remoteParameters, optional RTCIceRole role);
    void                      stop ();
    [...]
};
@robin-raymond robin-raymond changed the title RTCIceRole redundancy removal RTCIceRole redundancy removal nit Apr 29, 2014
robin-raymond pushed a commit to robin-raymond/ortc that referenced this issue Apr 29, 2014
- Support for contributing sources removed (re-classified as a 1.2 feature), as described in w3c#27
- Cleanup of DataChannel construction, as described in w3c#60
- Separate proposal on simulcast/layering, as described in w3c#61
- Separate proposal on quality, as described in w3c#62
- Fix for TCP candidate type, as described in w3c#63
- Fix to the fingerprint attribute, as described in w3c#64
- Fix to RTCRtpFeatures, as described in w3c#65
- Support for retrieval of remote certificates, as described in w3c#67
- Support for ICE error handling, described in w3c#68
- Support for Data Channel send rate control, as described in w3c#69
- Support for capabilities and settings, as described in w3c#70
- Removal of duplicate RTCRtpListener functionality, as described in w3c#71
- ICE gathering state added, as described in w3c#72
- Removed ICE role from the ICE transport constructor, as described in w3c#73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant