Prosody speech processing: API: sm_conf_prim_abort

Prototype Definition

int sm_conf_prim_abort(tSMChannelId channel)

Parameters

channel
The channel on which the conference output has been started which is to be aborted.

Description

Aborts conference on specified channel which will revert to outputting silence.

This function waits for the conference output to be stopped, and is equivalent to calling sm_conf_prim_stop() with a zero nowait field.

Returns

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


This function is part of the Prosody speech processing API.