Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 120
API reference 
Cisco TelePresence MCU API 2.8 
Page 26 of 120
 
Field 
Type 
Comments 
will try to send content to all other 
endpoints/units even if this unit (i.e. 
the MCU configured as a mimic slave) 
rejects the token request. 
initialAudioMuted 
Boolean 
Whether this participant would initially have 
their audio muted. 
initialVideoMuted 
Boolean 
Whether this participant would initially have 
their video muted. 
autoDisconnect 
Boolean 
When a participant disconnects from a 
conference and only participants who have 
autoDisconnect set to true remain, all those 
participants are disconnected. 
borderWidth 
Integer 
0 (no border), or 1, 2, or 3 for +1/+2/+3. 
addAsGuest 
Boolean 
Whether or not this participant is added as 
a guest when the MCU calls out to it. Set 
true
 if the participant is to be a guest, set 
false
 if the participant is to be a chair. 
actAsRecorder 
Boolean 
Whether or not this participant will appear 
as a recorder. Set true if the participant 
should appear to other participants as a 
recorder. 
auditlog.delete 
Deletes stored events from the CDR log. 
Parameter 
Type 
Comments 
deleteIndex 
Integer 
You can delete logs in chunks of 400 
entries. To delete entries, you can enter 
the value returned after an auditlog.query 
call in deleteableIndex. This will delete all 
complete chunks (400 entries) below 
this value, leaving the residuals. 
Alternatively, you can delete fewer entries 
by entering a number below the value of 
deleteableIndex. This will delete all 
complete chunks (400 entries) below the 
entered number, leaving any residuals. 
Stored audit events up to and including the indicated deleteIndex will be permanently deleted.