This function is only in Preliminary Documentation.
int sm_vmprx_config_unhandled_payload_reporting(struct sm_vmprx_unhandled_payload_reporting_parms *pp)
typedef struct sm_vmprx_unhandled_payload_reporting_parms {
tSMVMPrxId vmprx; /* in */
tSM_INT delay; /* in */
} SM_VMPRX_UNHANDLED_PAYLOAD_REPORTING_PARMS;
Configures a VMP[rx] to report when packets arrive with a payload type it is not configured to handle. The delay prevents repeat notifications from being sent too often. A zero delay will cause every packet with an unhandled payload type to be reported. A negative delay disables reporting of unhandled payload types.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody RTP processing API.