LVCA_StopChannelByLineNumber

This function will stop any audio currently playing for a given line number.

LVCA_API BOOL WINAPI LVCA_StopChannelByLineNumber(LONG  Line);

Return Value:

If successful, LVCA_StopChannelByLineNumber returns true.  If false is returned, call LVCA_GetLastCallError to retrieve the error code and message.

Supported on Events:

CAMSG_CALLSTART

CAMSG_CALLSTOP

CAMSG_ENTERMODULE

CAMSG_REC_BEFORE_CONFIRM

CAMSG_REC_AFTER_CONFIRM

CAMSG_TIMEOUT

CAMSG_ERROR

Params:

Line (IN) The line number to stop.

Notes:

The call flow for that line will continue as if the audio had finished playing.


Complete Help Topic List | Speech Platform Product Information