Prosody H.223 Mux: API: sm_h223mux_delete_session

This function is under development. It could be changed or withdrawn, and may not be implemented in this release.

Prototype Definition

int sm_h223mux_delete_session(struct sm_h223mux_delete_session_parms *sessionp)

Parameters

*sessionp
a structure of the following type:
typedef struct sm_h223mux_delete_session_parms {
	tSMH223muxId h223mux;					/* in */
} SM_H223MUX_DELETE_SESSION_PARMS;

Description

This function will delete the H.223 session previously created by sm_h223mux_new_session.

Fields

h223mux (Only in Preliminary Documentation)
The mux to delete the session on.

Returns

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


This function is part of the Prosody H.223 Mux API.