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