McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 331

↗ View in doc context
page
331
source
cucm/v15/jtapi-dev-guide/jtapi-dev-guide.md
chunk_id
cucm::v15::jtapi-dev-guide::jtapi-dev-guide::330

CiscoRTPParams You can use the CiscoRTPParams class to specify a dynamic RTP address and port number for a media terminal on a per-call basis. Applications can pass this object in setRTPParams() of CiscoMediaTerminal. These parameters are only valid for a particular call. Class History Description Cisco Unified Communications Manager Release Added history table to track changes. 7.1x Declaration public class CiscoRTPParams extends java.lang.Object java.lang.Object Constructors CiscoRTPParams (java.net.InetAddress, rtpAddress, int rtpPort) Fields None Methods Table 32: Methods in CiscoRTPParams Description Method Interface Returns the Internet address for the inbound RTP stream of the associated call. getRTPAddress() java.net.InetAddress Returns the IP host name for the inbound RTP stream of the associated call. getRTPAddressHostName() java.lang.String Returns the Internet address in byte format for the inbound RTP stream. getRTPByteAddress() byte[] Returns the UDP port for the inbound RTP stream. getRTPPort() int Returns a String in the format “IP address/port number.” Overrides toString in class java.lang.Object. toString() java.lang.String Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 267 Cisco Unified JTAPI Extensions CiscoRTPParams

Page 331 diagram