Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 296
Feedback messages
The feedback messages follow the format used by the device for XML-RPC responses.
The messages contain two parameters:
n
sourceIdentifier
is a string that identifies the device, which may have been set by
feedbackReceiver.configure
or otherwise will be the device's MAC address.
n
events
is an array of strings that contain the names of the feedback events that have occurred.
Example feedback message
<params>
<param>
<value>
<struct>
<member>
<name>sourceIdentifier</name>
<value><string>000D7C000C66</string></value>
</member>
<member>
<name>events</name>
<value>
<array>
<data>
<value><string>restart</string></value>
</data>
</array>
</value>
</member>
</struct>
</value>
</param>
</params>
Cisco TelePresence MCU API 2.10
Page 17 of 296
Feedback
Feedback messages