Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 120
API reference 
Cisco TelePresence MCU API 2.8 
Page 55 of 120
 
Response 
Type 
Comments 
focusType 
String 
One of: 
participant
voiceActivated
 or 
h239
focusParticipant 
Struct 
A participant identification structure (i.e. with 
conferenceName, participantName, 
participantProtocol and participantType members). 
Should only be present if focusType is participant. 
borderWidth 
Integer 
0 (no border), or 1, 2, or 3 for +1/+2/+3. 
Optional parameters 
audioStreams (optional) 
Array 
An array of stream structs (defined below). These 
are only present if there are any streams of either 
type currently in use. 
videoStreams (optional) 
Array 
 
The stream structures used in the audioStreams/videoStreams responses above have the following 
fields: 
Field 
Type 
Comments 
codec 
String 
The codec in use, or 
other
 for undefined codecs. 
count 
Integer 
The number of users of this codec. 
Optional parameters 
bitRate 
Integer 
The bit rate of this stream in bits/second. This is 
only present for video streams with a defined 
codec. 
width 
Integer 
The maximum width and height of this stream. 
Only present for defined video streams 
height 
Integer 
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 a configured but inactive conference of that name. 
conferenceme.query 
Queries for information about ConferenceMe. 
Response 
Type 
Comments 
enabled 
Boolean 
True if ConferenceMe is enabled and in use; false 
otherwise. (If no feature key is installed this will be 
false).