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

DatagramTransportImpl constructor Javadoc is out of date? #510

Open
ghost opened this issue Dec 19, 2019 · 0 comments
Open

DatagramTransportImpl constructor Javadoc is out of date? #510

ghost opened this issue Dec 19, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 19, 2019

The Javadocs for DatagramTransportImpl appear slightly out of date:

* @param componentID {@link Component#RTP} if the new instance is to work

And:

* on data/RTP packets or {@link Component#RTCP} if the new instance is to

The Component constants cannot be found; they appear to have been moved into DtlsTransformEngine:

 * @param componentID {@link DtlsTransformEngine#COMPONENT_RTP} if the new instance is to work
 * on data/RTP packets or {@link DtlsTransformEngine#COMPONENT_RTCP} if the new instance is to

This prevents strict build environments from compiling because the Javadocs are broken.

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

0 participants