CTI32 Class Library

cti.SetConfAttributes Method 

Prior to one of the conferencing calls, you may want to set a device’s channel attributes describing the party’s properties within the conference.

[Visual Basic]
Public Shared Function SetConfAttributes( _
   ByVal chdev As Integer, _
   ByVal attr As ConfChanAttr _
) As Integer
[C#]
public static int SetConfAttributes(
   int chdev,
   ConfChanAttr attr
);

Parameters

chdev
The device returned from one of the CTIOpen calls. (CTIOpenVoicePort(), CTIOpenT1Port(), or CTIOpenStation
attr
You can bitmask these together to pass multiple attributes. (See the Dialogic MSI documentation for the valid combinations)

Return Value

0=successful -1=error

See Also

cti Class | CTI32NetLib Namespace