com.cisco.jtapi.extensions
Interface CiscoRTPHandle


public interface CiscoRTPHandle

Introduction

Use the CiscoRTPHandle object to get a call reference with CiscoProvider.getCall(CiscoRTPHandle). This object gets returned in CiscoMediaCallOpenLogicalChannelEv. Pass this handle in the setRTPParams parameter of CiscoMediaTerminal or CiscoRouteTerminal, depending on where the CiscoMediaCallOpenLogicalChannelEv event gets received.

If no call observer was added, or there was no call observer added at the time CiscoMediaCallOpen LogicalChannelEv got sent, CiscoProvider.getCall(CiscoRTPHandle) may return null.


Method Summary
 int getHandle()
          Returns the Cisco Unified Communications Manager CallLeg ID of the call, in integer format.
 

Method Detail

getHandle

int getHandle()
Returns the Cisco Unified Communications Manager CallLeg ID of the call, in integer format.

Returns:
Integer, or null if there is no call observer