Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 120
API reference 
Cisco TelePresence MCU API 2.8 
Page 30 of 120
 
Parameter 
Type 
Comments 
events 
Array 
List of the new events; these are structures 
with some common fields (time, type, 
index) and other fields specific to the event 
type. 
currentTime 
dateTime.iso8601 
Current time according to the device. This 
can help when calculating the client’s local 
time for an event. 
cdrlog.query 
This call queries for statistics about the CDR log. 
This call takes no parameters. The response returns the following:  
Field 
Type 
Comments 
firstIndex 
Integer 
The index of the oldest stored CDR event. 
deleteableIndex 
Integer 
The index of the most recent deletable 
CDR event. 
numEvents 
Integer 
Total number of events stored. 
percentageCapacity 
Integer 
The percentage of total available capacity 
used by the CDR log. 
conference.create 
This call creates a new conference on the MCU. Conferences created through the management API 
will appear in the list of conferences accessible via the web interface, and vice versa. 
This call returns an error if both maximumVideoPorts and maximumAudioPorts are set to 0 or if 
the total number of ports exceeds the maximum conference size (currently 80). The maximum 
conference size check is also performed for reserved ports. 
Parameter 
Type 
Comments 
conferenceName 
String (<32 chars)  Name of the conference to be created. The 
conference name must be unique. 
private 
Boolean 
Determines the visibility of this conference. 
This parameter corresponds to the 
“Visibility” setting on the web UI, which can 
have the value Public or Private. 
joinAudioMuted 
Boolean 
Audio mute on join. 
joinVideoMuted 
Boolean 
Video mute on join. 
enforceMaximumAudioPorts 
Boolean 
Assumed to be true if absent. These can 
be set to false in order to specify no limit on 
the number of audio/video ports. 
enforceMaximumVideoPorts 
Boolean