int sm_conf_prim_leave(struct sm_conf_prim_leave_parms *confp)
typedef struct sm_conf_prim_leave_parms { tSMChannelId channel; /* in */ tSM_INT id; /* in */ } SM_CONF_PRIM_LEAVE_PARMS;
Removes a conference participant (identified by id) from the set of input channels whose conferenced sum is currently being output on the output channel channel.
The parameter id should be the value assigned to this conference participant in an earlier call to sm_conf_prim_add().
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody speech processing API.