Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 223
API reference
Cisco TelePresence MCU API 2.9
Page 54 of 223
The
stream structures in the videoStreams array include the following details:
codec
string
The codec in use, or other for undefined codecs.
count
integer
The number of users of this codec.
bitRate
integer
The bitrate 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
The maximum width and height of this stream. Only
present for defined video streams
conferenceme.modify
If
setting is true, this call will enable conferenceMe but disable streaming. This call is not supported on
slave blades.
Input parameters
Optional or conditional inputs
Parameter name
Type
Short description
setting
boolean
Defines whether or not this feature is intended to be
enabled, irrespective of whether it is actually enabled or
requires a feature key.
mediaOverTcp
boolean
true allows ConferenceMe to fall back to media over TCP
if it cannot do media over UDP.
maxBitRateFromMCU
integer
Maximum bandwidth from the MCU (kbps).
maxBitRateToMCU
integer
Maximum bandwidth to the MCU (kbps).
useWebService
boolean
true if ConferenceMe may use web service to connect
clients to a conference. Corresponds to the "Allow
ConferenceMe to use web service" checkbox on the web
interface.
maxParticipants
integer
The maximum number of ConferenceMe connections
allowed.
conferenceme.query
Queries for information about ConferenceMe.
Accepts no parameters. Returns whether ConferenceMe is enabled and, if so, the ConferenceMe
parameters.