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

relatedPort on ICE candidate #484

Closed
robin-raymond opened this issue Apr 21, 2016 · 1 comment
Closed

relatedPort on ICE candidate #484

robin-raymond opened this issue Apr 21, 2016 · 1 comment

Comments

@robin-raymond
Copy link
Contributor

relatedPort of type unsigned short
For candidates that are derived from others, such as relay or reflexive candidates, the relatedPort refers to the host candidate that these are derived from. For host candidates, the relatedPort is null.

For host candidates, "the relatedPort is null."

It's not nullable so it can't be null. Should read:

For host candidates, the relatedPort is 0.

aboba added a commit that referenced this issue Apr 21, 2016
@robin-raymond
Copy link
Contributor Author

Better.

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