Record_Stop
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 |
Notes
There must be an active call on the line.
Example
set vg =
CreateObject("vgServices.CommandLink")
vg.Record_Stop $RV_LINEID
vg.Run_ResultReturn $RV_LINEID, "Success"
set vg = Nothing