You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
The text was updated successfully, but these errors were encountered:
The Javadocs for
DatagramTransportImpl
appear slightly out of date:libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DatagramTransportImpl.java
Line 95 in 58f6195
And:
libjitsi/src/org/jitsi/impl/neomedia/transform/dtls/DatagramTransportImpl.java
Line 96 in 58f6195
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.
The text was updated successfully, but these errors were encountered: