Prosody RTP processing: API: sm_rtcphand_destroy

Prototype Definition

int sm_rtcphand_destroy(tSMRTCPHandId rtcphand)

Parameters

rtcphand
A tSMRTCPHandId that has been prevously created by a call to sm_rtcphand_create().

Description

Destroys rtcphand and invalidates the tSMRTCPHandId.

Returns

0 if call completed successfully, otherwise a standard error such as:


This function is part of the Prosody RTP processing API.