Prosody RTP processing: API: sm_vmprx_config_encryption_null

Prototype Definition

int sm_vmprx_config_encryption_null(struct sm_vmprx_config_encryption_null_parms *pp)

Parameters

*pp
a structure of the following type:
typedef struct sm_vmprx_config_encryption_null_parms {
	tSMVMPrxId vmprx;					/* in */
} SM_VMPRX_CONFIG_ENCRYPTION_NULL_PARMS;

Description

Disables any encryption which may have been in use by a VMP[rx].

Fields

vmprx
The VMP[rx] to configure

Returns

0 if call completed successfully, otherwise a standard error such as:


This function is part of the Prosody RTP processing API.