crypto property
Specify individual crypto suite setting and its priority order.
Notes for DTLS-SRTP keying:
- Currently only supports these cryptos: AES_CM_128_HMAC_SHA1_80, AES_CM_128_HMAC_SHA1_32, AEAD_AES_256_GCM, and AEAD_AES_128_GCM.
- SRTP key is not configurable.
Implementation
@ffi.Array.multi([16])
external ffi.Array<pjmedia_srtp_crypto> crypto;