Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 296
Feedback receivers
The API allows you to register your application as a feedback receiver. This means that the application
doesn't have to constantly poll the device if it wants to monitor activity.
The device publishes events when they occur. If the device knows that your application is listening for these
events, it will send XML-RPC messages to your application's interface when the events occur.
n
Use
to register a receiver to listen for one or more
.
n
Use
to return a list of receivers that are configured on the device.
n
Use
to change the configuration of an existing feedback
receiver.
n
Use
to remove an existing feedback receiver.
After registering as a feedback receiver, the application will receive
on the specified
interface.
Cisco TelePresence MCU API 2.10
Page 16 of 296
Feedback
Feedback receivers