Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 147
Cisco Meeting Server Release 2.0 : API Reference Guide
36
Parameters
Type/Value
Description/Notes
message *
String
The message string to be posted to the message board
from
String
A “from” name to be shown to message board viewers as the originator of the
message
If successful, the message is posted to the message board and an ID for the message is
returned in the “Location” field of the response header.
6.5.2 Deleting messages from a coSpace message board
DELETE method on a "/coSpaces/<coSpace ID>/messages" node with the form parameters
below which select messages by age. With no additional parameters, all messages for that
coSpace will be deleted.
Parameters
Type/Value
Description/Notes
minAge
Number
If supplied (in the URL) deletes only messages whose age is at least
the specified value (in seconds)
maxAge
Number
If supplied specifies (in the URL) an upper limit (in seconds) on the
age of messages to be deleted
6.6 Multiple coSpace Access Methods
6.6.1 General information
There are two related tables of objects:
n
Access method per-coSpace, "/coSpaces/<cospace ID>/accessMethods
[/<accessMethod ID>]"
n
Call leg profile, "/callLegProfiles/<callLegProfile ID>".
Access method per coSpace
Access methods define URI / passcode / callID combinations that can be used to access a
coSpace
Optionally, Access methods can have an associated Call Leg Profile; any call leg joining via such
an Access method has that Call leg profile applied to it. If the Access method has no Call leg
profile but the coSpace does, then so does coSpace’s call
Note: When you send an email invitation from a Cisco Meeting App to one or more people to
join a coSpace or active call, only one set of URI / passcode / callID information is included. If the
scope field for an access method is set to public then this information is used. If no access
6   coSpace Related Methods