CTI32 Class Library

cti.AddToConf Method 

Adds a participant to an established conference.

[Visual Basic]
Public Shared Function AddToConf( _
   ByVal msidev As Integer, _
   ByVal confID As Integer, _
   ByVal chdev As Integer _
) As Integer
[C#]
public static int AddToConf(
   int msidev,
   int confID,
   int chdev
);

Parameters

msidev
Device returned from board open using CTIOpenStation() (i.e. msib1)
confID
The Conference ID returned from CTIEstConf().
chdev
The device returned from one of the CTIOpen calls. (CTIOpenVoicePort(), CTIOpenT1Port(), or CTIOpenStation)

Return Value

0=Successful -1=Error

See Also

cti Class | CTI32NetLib Namespace