keying_count property
Specify the number of enabled keying methods. If set to zero, all keyings will be enabled. Maximum value is PJMEDIA_SRTP_MAX_KEYINGS. Note that available keying methods can be enumerated using pjmedia_srtp_enum_keying().
Default is zero (all keyings are enabled with priority order: SDES, DTLS-SRTP).
Implementation
@ffi.UnsignedInt()
external int keying_count;