Prosody RTP processing: API: sm_vidmprx_config_unhandled_payload_reporting

This function is deprecated.

Prototype Definition

int sm_vidmprx_config_unhandled_payload_reporting(struct sm_vidmprx_unhandled_payload_reporting_parms *pp)

Parameters

*pp
a structure of the following type:
typedef struct sm_vidmprx_unhandled_payload_reporting_parms {
	tSMVidMPrxId vidmprx;					/* in */
	tSM_INT delay;						/* in */
} SM_VIDMPRX_UNHANDLED_PAYLOAD_REPORTING_PARMS;

Description

Configures a VidMP[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.

Fields

vidmprx (Deprecated)
The VidMP[rx] to be configured
delay (Deprecated)
The minimum delay between reports of unhandled payload types (in ms).

Returns

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


This function is part of the Prosody RTP processing API.