Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
56
8.1.2 Creating a New Call and Modifying an Active call
POST method performed on the “/calls” node or PUT method to “/calls/<call id>
Response elements
Type/Value
Description/Notes
coSpace *
ID
Specifies the coSpace for which the call is being instantiated
name
String
The name of the new call
locked
true|false
Allows the locking/unlocking of a meeting lobby in order to
control the process of activating participants. Participants
requiring activation are typically guests to a coSpace that have
not yet been ‘activated’. Members of a coSpace are not
affected, and can join the coSpace at any time. When a
meeting is locked, the guests requiring activation wait in the
meeting lobby until the host unlocks the coSpace, at which
point they are activated and join the coSpace. Participants
that are already activated are NOT deactivated when the
conference goes from the unlocked state to the locked state.
If set to true, new participants that need activation are not
activated even if there are activators in the call.
recording
true|false
If true, this call is currently being recorded. P
allowAllMuteSelf
true|false
If true, participants have the permission to mute and unmute
themselves.
allowAllPresentationContribution
true|false
If true, participants have the permission to present. If false,
this permission is dependent on
presentationContributionAllowed in the call leg profile. Default
is false.
joinAudioMuteOverride
true|false
If true, new participants will be muted when joining the call.
If a call is instantiated for the coSpace successfully, that call’s ID is returned in the “Location”
field of the response header. You can now add call legs to this call as described below.
8.1.3 Retrieving Information on an Individual Active Call
GET method performed on a “/calls/<call ID>” node. If the call ID supplied is valid, a “200 OK”
response is received, with XML content of the form:
Response elements
Type/Value
Description/Notes
coSpace
ID
If the call represents the instantiation of a coSpace, this value
will be present and hold the id of the coSpace
callCorrelator
ID
An id that is the same across all distributed instances of this
call.
tenant
ID
The ID of the tenant that owns the call
8   Call Related Methods