int sm_rtcphand_config_reports(struct sm_rtcphand_config_reports_parms *rvp)
typedef struct sm_rtcphand_config_reports_parms { tSMRTCPHandId rtcphand; /* in */ tSM_INT reports; /* in */ } SM_RTCPHAND_CONFIG_REPORTS_PARMS;
Configures the reports to be locally generated by RTCP. The reports are collected using sm_rtcphand_get_data().
N
indicating that report type N
is to
be generated. Summary reports should not be included in the bit mask
as these are solicited explicitly.
The type numbers are the same as for
sm_rtcphand_get_data().
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody RTP processing API.