Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
31
Parameters
Type/Value
Description/Notes
regenerateSecret
true|false
l
If provided as true - a new security value is generated for this
coSpace and the former value is no longer valid (for instance,
any hyperlinks including it will cease to work)
l
If provided as false - do not generate a new secret value for
this coSpace; this has no effect
This parameter is only valid for the modify (PUT) case.
nonMemberAccess
true|false
Controls whether non-members of the coSpace are able to have
access to the coSpace. If not provided, behaviour defaults to true.
(From version 2.0).
ownerJid
String
Indicates the coSpace is owned by the user with the specified
JID. (From version 2.0).
Note: You can also use this PUT to modify the values of a coSpace created in a Cisco Meeting
App. For example, the coSpace will have been created with the cdrTag of the user who created
it but you can change that value with an API call. (This is unlike the cdrTag of an automatically
generated coSpace, which cannot be updated with an API call.)
Default layout options
The naming of the defaultLayout options varies between the API and the Web Admin Interface
Configuration > coSpaces page. The “mapping" is shown in the table below.
API
Web Admin Interface
allEqual
all equal
speakerOnly
full screen
telepresence
overlay (the loudest speaker is in a large pane and a number of the previous speakers are in
small panes which overlay the bottom of the loudest speaker’s pane.)
stacked
stack (the loudest speaker is in a large pane and a number of the previous speakers are in
small panes below the loudest speaker’s pane.)
6.2.1 Secondary coSpace URIs
Per coSpace, there is an optional secondaryUri parameter as shown above. This allows
flexibility; for example, numeric dialing in addition to a name.
n
When creating or modifying a coSpace (see the previous section) you can supply a
secondaryUri parameter in addition to the form parameters in the table above e.g. uri
n
The secondary URI will be checked for validity and uniqueness in the same way as the uri, and
if valid, establishes a new URI by which the coSpace can be reached
6   coSpace Related Methods