Cisco Acano X-series 開発者ガイド

ページ / 147
Cisco Meeting Server Release 2.0 : API Reference Guide
12
1.2 Cisco Meeting Server Release 2.0 API Additions
New API functionality for the Meeting Server 2.0 includes:
n
support for Cisco User Licensing
n
control non-member access to a space (known as coSpace in the API),
n
ability to disconnect a call after a set time,
n
control whether additional parameters that are present in the destination URI of an incoming
call, are forwarded to the destination URI of the outbound call,
n
support for Cisco TelePresence Management Suite and other management tools
You are advised not to use beta features in a production environment. Only use them in a test
environment until they are fully released.
1.2.1 Cisco User Licensing
The following has been added to support Cisco User Licensing:
n
hasLicense parameter added to /userProfiles object, this indicates whether or not a user
associated with this userProfile has a license
n
userProfile parameter added to /ldapSources object to associate a userProfile with the users
imported through an LDAP sync
n
new ownerId and ownerJid parameters per /coSpace object, these fields are used by the
Meeting Server when identifying which user license is associated with a meeting space.
n
new userProfile parameter to /users/<user id>. Use the GET method to retrieve the
userProfile associated with a particular user
1.2.2 Additions to the /coSpace object
The following has been added to the /coSpaces object:
n
addition of nonMemberAccess parameter. If set to true then non-members of a coSpace are
able to have access to the coSpace. This is the default if the parameter is not set. If set to
false, non-members cannot access the coSpace.
n
new ownerJid parameter per /coSpace object, if provided the space will be owned by the
user with the given JID. A GET operation on the coSpace will return both the ownerJid and
the ownerId.
1.2.3 Additions to the /callLegProfiles object
The following parameters have been added to the /callLegProfiles object:
1   General Information