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
* @param masterSalt byte array holding the master salt for this SRTP
The masterKey must be masterK and masterSalt must be masterS; preferably the variables would be renamed, instead, to match the more meaningful names given in the Javadoc description.
The text was updated successfully, but these errors were encountered:
libjitsi/src/org/jitsi/impl/neomedia/transform/srtp/SRTCPCryptoContext.java
Line 77 in 58f6195
and
libjitsi/src/org/jitsi/impl/neomedia/transform/srtp/SRTCPCryptoContext.java
Line 80 in 58f6195
The
masterKey
must bemasterK
andmasterSalt
must bemasterS
; preferably the variables would be renamed, instead, to match the more meaningful names given in the Javadoc description.The text was updated successfully, but these errors were encountered: