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

How to enable trickle ICE #37

Open
nicosmd opened this issue Mar 12, 2025 · 0 comments
Open

How to enable trickle ICE #37

nicosmd opened this issue Mar 12, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@nicosmd
Copy link

nicosmd commented Mar 12, 2025

What are you trying to do?

To improve the initial time to exchange ICE Candidates via SDP, I would like to use trickle ICE. As far as I see, the only interface which is available to send the local SdpOffer is the SetLocalDescription(std::string& sdp) method followed by a SendUpdates(). It is not clear to me whether and how these functions can be utilized for trickle ICE?

How can the documentation be improved to help your use case?

Add examples on how to use trickle ICE.

What documentation have you looked at so far?

README.md, searched for trickle ICE in the Repo, demo application.

@nicosmd nicosmd added the documentation Improvements or additions to documentation label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant