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

Changing ICE servers on an RtcIceGatherer #244

Closed
robin-raymond opened this issue Sep 21, 2015 · 3 comments
Closed

Changing ICE servers on an RtcIceGatherer #244

robin-raymond opened this issue Sep 21, 2015 · 3 comments

Comments

@robin-raymond
Copy link
Contributor

How does the ORTC API allow changing of the RtcIceGatherer's ICE servers?

related to this issue:
#165

@aboba
Copy link
Contributor

aboba commented Mar 17, 2016

Now that PR #432 has been merged, it is possible to call iceGatherer.gather (options2), where options2 can be different from the options argument passed to the constructor. By modifying options2.iceServers[], the ICE servers can be changed from those specified in the constructor.

@aboba
Copy link
Contributor

aboba commented Mar 21, 2016

Can we close this issue, or is there additional work that we need to do?

@robin-raymond
Copy link
Contributor Author

@aboba Yes, I believe this issue is resolved.

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

2 participants