int sm_rtcphand_config_options(struct sm_rtcphand_config_options_parms *rvp)
typedef struct sm_rtcphand_config_options_parms {
tSMRTCPHandId rtcphand; /* in */
tSM_INT rtcptx_suppress_xr; /* in */
} SM_RTCPHAND_CONFIG_OPTIONS_PARMS;
Configures options releated to the RTCP protocol. Currently the only option is one to alter the default behaviour of including XR elements in RTCP packets generated by Prosody-S/Prosody-X.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody RTP processing API.