Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 296
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.
borderWidth
integer
Controls the width of the outer border of a preconfigured
participant's layout. is no border.
focusType
string
Indicates the endpoint's focus. One of participant,
voiceActivated
, or h239.
Cisco TelePresence MCU API 2.10
Page 72 of 296
API commands
conference.streaming.query