Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
57
Response elements
Type/Value
Description/Notes
durationSeconds
Number
The duration of the call, as thea number of seconds since the
call started
numCallLegs
Number
The number of call legs currently active within this call
maxCallLegs
Number
The highest number of call legs that have been simultaneously
present within this call
numParticipantsLocal
Number
The number of participants within this call locally hosted by
the Call Bridge to which the request is being made
numParticipantsRemote
Number
The number of participants in this call hosted by other Call
Bridges
numDistributedInstances
Number
The number of other Call Bridges hosting participants in this
call
presenterCallLeg
ID
The presenterCallLeg value is only present if a call leg is
actively presenting within this call
locked
true|false
Indicates whether the call is locked (true) or unlocked (false).
recording
true|false
If true, this call is currently being recorded.
allowAllMuteSelf
true|false
If true, participants have the permission to mute and unmute
themselves. If false, this permission is dependent on
muteSelfAllowed in the call leg profile.
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.
8.1.4 Generating diagnostics for an individual call
POST method performed on “/calls/<call id>diagnostics" generates call diagnostics for the call
in question.
8.2 Call Profile Methods
Call profiles control the maximum number of active simultaneous participants and the in-call
experience for SIP (including Lync) calls. For more information see also
8.2.1 Retrieving call profiles
GET method performed on the “/callProfiles” node.
8   Call Related Methods