This function is under development. It could be changed or withdrawn, and may not be implemented in this release.
int sm_h223mux_new_session(struct sm_h223mux_new_session_parms *sessionp)
typedef struct sm_h223mux_new_session_parms {
tSMH223muxId h223mux; /* in */
tSM_INT level; /* in */
enum kSMH223muxTransmissionBitOrder {
kSMH223muxTransmissionBitOrderLSBFirst,
kSMH223muxTransmissionBitOrderMSBFirst,
} bit_order; /* in */
} SM_H223MUX_NEW_SESSION_PARMS;
This function will create and initialise an H.223 session.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody H.223 Mux API.