Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 296
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.
Optional or conditional inputs
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.
events (feedback)
struct
Each member of the events struct associates a string
(feedback event name) to a boolean (true to subscribe).
Cisco TelePresence MCU API 2.10
Page 96 of 296
API commands
feedbackReceiver.reconfigure