int sm_vmprx_set_rtcphand(struct sm_vmprx_set_rtcphand_parms *rvp)
typedef struct sm_vmprx_set_rtcphand_parms { tSMVMPrxId vmprx; /* in */ tSMRTCPHandId rtcphand; /* in */ } SM_VMPRX_SET_RTCPHAND_PARMS;
Configures the RTCP handler which handles RTCP for the VMP[rx]. The RTCP handler and VMP[rx] must have been allocated on same module.
kSMNullRTCPHandId
,
means that no RTCP handler is to be used.
This function is part of the Prosody RTP processing API.