Platform SDK: Web Telephony Engine

Step.CutThroughMode Property

The CutThroughMode property retrieves the cut-through mode of the telephony step. The cut-through mode determines whether WTE accepts the caller's input while playing the audio items for an element.

Syntax

[ bCutThrough = ] Step.CutThroughMode

Possible Values

bCutThrough
Boolean value that has one of the following settings:
Setting Meaning
TRUE Accept input from the caller while playing audio items.
FALSE Wait until all audio items are played to conclusion before accepting input from the caller.

This property is read-only.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Mswtecom.idl and Mswtecom.h.
  Library: Use Mswtecom.lib.

See Also

Step