Conf_Remove
Remove a participant from a conference room.
Syntax
object.Conf_Remove "LineId_InConf", "Options"
Part | Description |
object | VoiceGuide object |
LineId_InConf | Any current conference participant. LineID can be used, or Dialogic dti or dxxx device name can be used. |
Options | Extra parameters. |
Example
set vg = CreateObject("vgServices.CommandLink")
vg.Conf_Remove $RV[caller4], ""
set vg = Nothing