Play_Stop
|
VoiceGuide COM Reference
|
Stop playing a sound file on the
specified line.
Syntax
object.Play_Stop
iLineId
|
Part
|
Description
|
|
|
object
|
Required. VoiceGuide object
|
|
|
iLineId
|
Required. Identification number of the
line
|
|
Remarks
There must be an active call on
the line.
Example
set vg =
CreateObject("vgServices.CommandLink")
vg.Play_Stop $RV_LINEID
set vg = Nothing
|