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

Using ice4j for TURN only, no ICE #47

Open
dpocock opened this issue Nov 24, 2015 · 2 comments
Open

Using ice4j for TURN only, no ICE #47

dpocock opened this issue Nov 24, 2015 · 2 comments

Comments

@dpocock
Copy link
Contributor

dpocock commented Nov 24, 2015

If I receive an SDP offer without any ICE candidates from the caller, I
can't use the ICE Agent to perform connectivity checks but I may
sometimes want to use ice4j to setup a TURN relay. Then I would just
put the TURN server IP into my SDP answer in the "c=" line.

Is this possible with the ice4j API?

Could the Agent.nominate() method be used, or does that require the peer
to be responding to checks?

Could a RelayedCandidate be constructed manually perhaps or should it be
done through the Agent class or some other application-facing API needs to be added for this?

@mondain
Copy link
Contributor

mondain commented Nov 25, 2015

You can use the Agent in trickle mode and postpone connectivity checks until after you have candidates, via your signal channel or however you do it. While my post doesn't answer your question, I hope it helps; also I too am curious about the TURN portion of your inquiry.

@micheljung
Copy link

Have you found good solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants