Conf_Add

Add participant to conference room.

Syntax

object.Conf_Add "LineId_InConf", "LineId_New", "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.
LineId_New New conference participant. LineID can be used, or Dialogic dti or dxxx device name can be used.
PartyType_New Type of conference connection. Can be:  full  or  monitor  or  pupil  or  coach
Options Extra parameters.

 

Example

set vg = CreateObject("vgServices.CommandLink")
vg.Conf_Add $RV[conf_owner], $RV_LINEID, "full", ""
set vg = Nothing

 

VoiceGuide

© Katalina Technologies Pty. Ltd.