ModifyRecordingRequest Element
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Modifies a meeting recording by sending a request to a conference center.
Syntax
<ModifyRecordingRequest>
<StringQuery...></StringQuery>
...
</ModifyRecordingRequest>
The following sections describe attributes, parent elements, and child elements.
Attributes
None.
Element Information
Any child elements, if present, must be in the order shown in the Child Elements table.
Parent Element
Element |
Occurrence |
---|---|
1 |
Child Elements
Element |
Occurrence |
---|---|
1 |
|
0 or 1 |
|
0 or 1 |
Remarks
The StringQuery element can query for the following options:
name
reid
At least one of the child elements, OptionList or RemoveList, must be present.
The OptionList can contain the following options:
ACL
billing
name
onlyOwnerCanDownload
owner
password
registration
timeZone
title
For more information, see the Recording4 element.
If you modify the name option, the new value must be unique among the recordings for this conference center.
The RemoveList child element can contain the following options:
ACL
billing
password
Removing the password or ACL option from a recording allows any user to access the recording by the recordings name. This is generally not recommended for security and privacy reasons.
If the OptionListchild element contains a password option and the recording has an access control list, the access control list is automatically removed. Conversely, if the OptionListchild element contains an ACL option and the recording has a password, the password is automatically removed.
The enableRecordingExpiration, recordingExpirationTimeAmount, and recordingExpirationTimeType options have been added to this element in Live Meeting service API Update for Live Meeting 2007. For more information about these options, see the CreateMeetingRequest and CreateUserRequest elements.
Example
The following code shows the Request format.
<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
<ModifyRecordingRequest>
...
<Option List>
...
<BooleanOption name="enableRecordingExpiration"
value="True"/>
...
</OptionList>
...
</ModifyRecordingRequest>
</PlaceWareConfCenter>