Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
88
Response
elements
Type/Value
Description/Notes
numCallLegs
Number
The current number of active call legs associated with this participant. This value
will only be present for those participants local to the Call Bridge to which the
request is made
userJid
String
The userJid associated with this participant
isActivator
true|false
Whether this participant is considered to be an "activator"
n
true - this participant is an activator - it is itself "activated" and that it will
cause any currently-connected "de-activated" participants to become
activated
n
false - this participant is not an activator - it needs to wait for one or more
"activator" participants to be present before it is fully "activated"
8.11.3 Retrieving a participant’s call legs
GET method performed on a “/participant/<participant ID>/callLegs” node retrieves the
participant’s active call legs. If successful, the parameters described above for
are
returned.
Note that if this call leg is part of a distributed meeting (one hosted by more than one Call
Bridge) then these details are only returned for local participants. If the participant’s call legs are
hosted by another call Bridge the id of that Call Bridge is returned.
8.11.4 Limiting a call’s participants
You can set a limit on the number of participants that are permitted to be in a call. You can set:
n
A per-tenant participantLimit value, which imposes a limit on the total number of participants
that are allowed to be active for that tenant.
n
A "participantLimit" value within a 'callProfile' object; this means that calls (e.g. coSpace
instantiations) for whom that ''callProfile'' is in force will have the limit enforced
The callProfiles can be attached at the system, tenant or coSpace level, with the most specific
taking effect
Therefore a call’s participantLimit depends on a number of factors.
If a call's ''participantLimit'' has been reached:
n
No new participants can be added to it
However:
n
A participant on a Cisco Meeting App can use any combination of chat, use video, audio and
show/receive a presentation. These elements comprise one callLeg, and count as one
8   Call Related Methods