Puts the conference on the SCBus so that any device can CTIHalfRoute() or listen only to the conference.
[Visual Basic]
Public Shared Function MonitorConf( _
ByVal
msidev As
Integer, _
ByVal
confID As
Integer _
) As
Integer
[C#]
public static
int MonitorConf(
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
Timeslot to pass into the CTIHalfRoute(). -1 if Fails.
See Also
cti Class | CTI32NetLib Namespace