Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
86
Response
elements
Type/Value
Description/Notes
Response is structured as a top-level <ivrBrandingProfiles total="N"> tag
with potentially multiple <ivrBrandingProfile> elements within it.
resourceLocation
URL
The HTTP or HTTPS URL that the IVR branding files will be retrieved from.
This should be the "directory" in which the individual audio and graphic
files reside. Details of these files are in the Cisco Meeting Server
Customization Guide
8.10.2 Setting up and modifying an IVR branding profile
n
Creating: POST method to the /ivrBrandingProfiles " node
n
Modifying: PUT to "/ivrBrandingProfiles/<ivr branding profile id>"
Parameters
Type/Value
Description/Notes
resourceLocation
URL
The HTTP or HTTPS URL that the IVR branding files will be retrieved from.
This should be the "directory" in which the individual audio and graphic files
reside. Details of these files are in the Cisco Meeting Server Customization
Guide.
8.10.3 Retrieving detailed information about an individual IVR branding profile
GET method performed on a “/ivrBrandingProfiles/<ivr branding profile id>" node. If the IVR
branding profile ID supplied is valid, a “200 OK” response is received, with XML content
matching the section above.
8.11 Participant Related Methods
"participant" should not be confused with "callLeg" objects. A "participant" can be a user's
Lync session in which there might be separate call legs for audio and video, application sharing
and IM.
Each Call Bridge involved in a distributed call has an overall picture of the "participant" list for
that call, including participants hosted on other Call Bridges. For participants hosted on the Call
Bridge being queried, you can enumerate the constituent call legs but for participants hosted on
another Call Bridge, querying those participants yields the ID of the Call Bridge on which they are
hosted. (You can then query the "owning" Call Bridge using the same participant ID in order to
retrieve call leg-level detail.)
Note: Also see the section on \call\callLegId\participants
8   Call Related Methods