Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 668
 
6-115
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 6      Event Interfaces and Events
ISilentMonitorEvents
      MonitoredCallQueuedEvent([in] IArguments *pIArguments);
      MonitoredCallDequeuedEvent([in] IArguments *pIArguments);
ISilentMonitorEvents
The silent monitor manager object fires events on the ISilentMonitorEvents 
interface. The following events are published to subscribers of the 
ISilentMonitorEvents interface.
Note
The events in this section are supported for use with IPCC only.
OnCallRTPStarted
The OnCallRTPStarted event indicates that an RTP media stream has been 
started.  This event accompanies the call object in an IPCC environment.
Syntax
C++:
void OnCallRTPStarted(Arguments& args)
COM:
void OnCallRTPStarted (IArguments * args)
VB:  
session_OnCallRTPStarted (ByVal args As 
CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
Keyword
Type
Description
MonitorID
UINT
The Monitor ID of the device or call monitor 
that caused this message to be sent to the client, 
or zero if there is no monitor associated with 
the event (All Events Service).