This function is only in Prosody version 2 (TiNG).
int sm_vmprx_config_encryption_aes_f8(struct sm_vmprx_config_encryption_aes_f8_parms *pp)
typedef struct sm_vmprx_config_encryption_aes_f8_parms {
tSMVMPrxId vmprx; /* in */
tSM_INT keylen; /* in */
char *key; /* in */
} SM_VMPRX_CONFIG_ENCRYPTION_AES_F8_PARMS;
Configures a VMP[rx] to use AES-f8 encryption, as defined in IETF RFC 3711.
This requires the module rtcp to have been downloaded.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody RTP processing API.