Cisco Cisco TelePresence MCU 4510 Developer's Guide

Page of 223
API reference
Cisco TelePresence MCU API 2.9
Page 31 of 223
conference.destroy
This call destroys a conference on the MCU. The conference whose name you provide is removed from the
list of conferences (compare with
).
A conference can be destroyed at any time; that is, before the conference has begun, during the conference
or after the conference has ended. Destroyed conferences are removed entirely from the system; this
includes all future repetitions of the conference.
Input parameters
Required inputs
Parameter name
Type
Short description
conferenceName
string
The name of the conference.
conference.end
This call ends a conference on the MCU. A conference remains in the list of conferences even after the
conference has ended — until
is called.
You can use this call to end an instance of a conference without deleting all future repetitions.
Input parameters
Required inputs
Parameter name
Type
Short description
conferenceName
string
The name of the conference.
conference.enumerate
Returns some or all conferences scheduled, running or completed on the MCU.
Input parameters
Optional or conditional inputs
Parameter name
Type
Short description
enumerateID
string
The device returns this index if the requested data is too
large for one response. Pass this parameter in a repeat of
the call to return the next batch of data.