Removes a participant from an established conference.
[Visual Basic]
Public Shared Function RemFromConf( _
ByVal
msidev As
Integer, _
ByVal
confID As
Integer, _
ByVal
chdev As
Integer _
) As
Integer
[C#]
public static
int RemFromConf(
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