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.
The Javadocs for
DatagramTransportImpl
appear slightly out of date:https://github.com/jitsi/libjitsi/blob/58f619544cbcdd95c8880849bf0724a8768b859f/src/org/jitsi/impl/neomedia/transform/dtls/DatagramTransportImpl.java#L95
And:
https://github.com/jitsi/libjitsi/blob/58f619544cbcdd95c8880849bf0724a8768b859f/src/org/jitsi/impl/neomedia/transform/dtls/DatagramTransportImpl.java#L96
The
Component
constants cannot be found; they appear to have been moved intoDtlsTransformEngine
:This prevents strict build environments from compiling because the Javadocs are broken.