Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 223
API reference
Cisco TelePresence MCU API 2.9
Page 66 of 223
Returned data
Always returned
If there are no feedback receivers to enumerate, then
feedbackReceiver.query returns an empty
receivers array.
Parameter name
Type
Short description
receivers
array
An array of feedback receivers, with members
corresponding to the entries in the receivers table on the
device's web interface.
Conditionally returned
If
receivers is not empty, then each receiver in the response contains the following parameters:
Parameter name
Type
Short description
receiverURI
string
Fully-qualified URI that identifies the listening application's
XML-RPC interface (protocol, address, and port), for
example, http://tms1:8080/RPC2. Must end in /RPC2
(see
). You can use http or https and, if no
port number is specified, the device will use the protocol
defaults (80 and 443 respectively).
sourceIdentifier
string
The originating device uses this parameter to identify itself
to the listening receiver/s.
If
sourceIdentifier is not explicitly set, the device identifies itself with the MAC address of its Ethernet
port A interface.
index (feedback receiver)
integer
A number between 1 and 20 (inclusive) that indicates the
position of this feedback receiver in the device's table of
feedback receivers.
feedbackReceiver.reconfigure
This call reconfigures an existing feedback receiver.This call only reconfigures the receiver parameters that
you specify; the MCU retains the original values for any parameters that you omit.
See
for a list of events published by the MCU to which receivers can subscribe.
The call returns a fault if there is no feedback receiver at the specified
receiverIndex.
If you omit
receiverURI altogether, the original value persists. However if you supply an empty
receiverURI, the call generates a fault.
Input parameters
Required inputs
Parameter name
Type
Short description
receiverIndex
integer
A number between 1 and 20 defining the position of this
feedback receiver in the device's table of feedback
receivers.