int sm_vmptx_send_sse(struct sm_vmptx_send_sse_parms *sendssep)
typedef struct sm_vmptx_send_sse_parms { tSMVMPtxId vmptx; /* in */ char *payload; /* in */ tSM_INT payload_length; /* in */ } SM_VMPTX_SEND_SSE_PARMS;
Instructs a VMP[tx] to send a SSE message. The VMP[tx] must be configured to for SSE using sm_vmptx_config_codec_sse().
This requires the module sse to have been downloaded.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody RTP processing API.