Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 89
API reference 
Cisco TelePresence MCU Remote Management API Reference Guide  
Page 62 of 89
 
A fault code of "no such participant" is returned when the participant isn’t found, "too many 
participants" when the conference has reached its limit and "operation failed" for other move failures 
such as moving an unencrypted participant into a conference which requires encryption. 
participant.remove 
Removes a participant from the database of configured participants, and also removes this participant 
from any conferences. It will also remove all records of this participant's presence in a conference. 
Parameter 
Type 
Comments 
conferenceName 
String 
Participant identification as described above. 
autoAttendantUniqueId 
String 
participantName 
String 
participantProtocol 
String 
participantType 
String 
participant.status 
Returns information about an individual participant on the MCU. 
Parameter 
Type 
Comments 
conferenceName 
String 
Participant identification as described above. 
autoAttendantUniqueId 
String 
participantName 
String 
participantProtocol 
String 
participantType 
String 
operationScope 
Array of strings 
This should contain none, either, or both of 
currentState or configuredState. If currentState 
is present, the active configuration of each 
participant is returned by the MCU in the 
currentState structure. If configuredState is 
present, the stored configuration is returned in 
the configuredState structure. 
This call returns a struct as described in 
 above, containing information about 
the participant indicated. 
A fault code of “no such participant” is returned if the participant does not exist.