Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 223
API reference
Cisco TelePresence MCU API 2.9
Page 52 of 223
participantProtocol
string
h323sip, or vnc.
participantType
string
One of: by_address or ad_hoc.
conference.streaming.query
Returns details on the current state of streaming viewers for a conference.
This call will return a fault code of "no such conference" if there is no active conference with the given name,
regardless of the presence of a configured but inactive conference of that name.
Input parameters
Required inputs
Parameter name
Type
Short description
conferenceName
string
The name of the conference.
Returned data
Always returned
The response includes a structure with the following fields:
Parameter name
Type
Short description
unicastViewers
integer
The count of unicast streaming viewers.
multicastViewers
integer
The count of multicast streaming viewers.
audioRTCPReceiverReports
integer
The number of RTCP receiver reports for the audio streams
seen by the MCU.
audioRTCPSenderReports
integer
The number of RTCP sender reports for the audio streams
seen by the MCU.
audioRTCPOther
integer
The number of other RTCP packets seen for the audio
streams.
audioRTCPPacketsSent
integer
The number of RTCP packets sent by the MCU.
videoRTCPReceiverReports
integer
As for the audio equivalents.
videoRTCPSenderReports
integer
As for the audio equivalents.
videoRTCPOther
integer
As for the audio equivalents.
videoRTCPPacketsSent
integer
As for the audio equivalents.
currentLayout
integer
The actual layout in use for the video stream being sent by
the MCU to streaming viewers. Refer to
for details.
layoutSource
string
Describes the reason for the current layout, and is only
present if currentLayout is present. One of familyx,
conferenceCustom, or participantCustom.