Conf_Create

Create Conference room.

Syntax

object.Conf_Create "LineId1", "PartyType1", "LineId2", "PartyType2", "LineId3", "PartyType3", "Options"

Part Description
object VoiceGuide object
LineId1 1st conference participant. LineID can be used, or Dialogic dti or dxxx device name can be used.
PartyType1 Type of conference connection. Can be:  full  or  monitor  or  pupil  or  coach
LineId2 2nd conference participant. LineID can be used, or Dialogic dti or dxxx device name can be used.
PartyType2 Type of conference connection. Can be:  full  or  monitor  or  pupil  or  coach
LineId3 3rd conference participant. LineID can be used, or Dialogic dti or dxxx device name can be used.
PartyType3 Type of conference connection. Can be:  full  or  monitor  or  pupil  or  coach
Options Extra Conference Room parameters.

Notes

Additional participants can be added using the Conf_Add command.

 

Example

Creates a conference room with one participant.

set vg = CreateObject("vgServices.CommandLink")
vg.Conf_Create $RV_LINEID, "full", 0, "", 0, "", ""
set vg = Nothing

 

VoiceGuide

© Katalina Technologies Pty. Ltd.