Conf_Change
Change participant type.
Syntax
object.Conf_Change "LineId_InConf", "PartyType_New", "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. |
PartyType_New | Type of conference connection that this party is to be changed to. Can be: full or monitor or pupil or coach |
Options | Extra parameters. |
Example
set vg = CreateObject("vgServices.CommandLink")
vg.Conf_Change $RV[caller4], "full", ""
set vg = Nothing