int sm_vmptx_config_codec_sse(struct sm_vmptx_codec_sse_parms *codecp)
typedef struct sm_vmptx_codec_sse_parms {
tSMVMPtxId vmptx; /* in */
tSM_INT payload_type; /* in */
tSM_INT retransmissions; /* in */
tSM_INT delay; /* in */
} SM_VMPTX_CODEC_SSE_PARMS;
Configures a VMP[tx] to be able to send SSE messages
This requires the module sse to have been downloaded.
-1 will remove any payload type configuration from the
codec preventing its use.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody RTP processing API.