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

Ice gathering #165

Closed
aboba opened this issue Dec 3, 2014 · 1 comment
Closed

Ice gathering #165

aboba opened this issue Dec 3, 2014 · 1 comment

Comments

@aboba
Copy link
Contributor

aboba commented Dec 3, 2014

Currently Section 2.7 states (in the definition of RTCIceGathererState):

"RTCIceGatherer objects gather upon construction"

This creates an issue for WebRTC 1.0 shims, which have to resort to tricks (such as waiting to attach the onlocalcandidate event handler until setLocalDescription() is called), so as to avoid ICE candidate events.

To enable better control it would be desirable to add a gather method to the RTCIceGatherer, as follows:

partial interface RTCIceGatherer {
void start (optional RTCIceGatherOptions options);
};

@aboba aboba added the 1.1 label Dec 3, 2014
@aboba aboba changed the title Ice re-gathering Ice gathering Mar 16, 2016
aboba added a commit that referenced this issue Mar 16, 2016
Fix for Issue #165
@aboba
Copy link
Contributor Author

aboba commented Mar 16, 2016

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

No branches or pull requests

1 participant