Closes the monitor stream previously started with CTIMonitorConf().
[Visual Basic]
Public Shared Function UnmonitorConf( _
ByVal
msidev As
Integer, _
ByVal
confID As
Integer _
) As
Integer
[C#]
public static
int UnmonitorConf(
int msidev,
int confID);
Parameters
-
msidev
- Device returned from board open using CTIOpenStation() (i.e. msib1)
-
confID
- The Conference ID returned from CTIEstConf().
Return Value
0=successful. -1=Error.
See Also
cti Class | CTI32NetLib Namespace