Partilhar via


RestoreRecording Message

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.

Restores the recording specified in the request.

Components

Component Type

XML Element

Request

RestoreRecordingRequest

Reply

RestoreRecordingReply

Remarks

To use this API, the caller must be in the Administrator role to restore a RESTORABLE expired or manually deleted recording. The list of restorable recordings can be requested by the account administrators through the ListRecordings4 API with the attribute restorableOnly="True". For more information about restoring a meeting or recording, see Maintaining Meetings and Recordings.

Examples

This example shows how to restore a recording named strategy_mtg_record.

The following code shows a request sent to the conference center.

<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
  <RestoreRecordingRequest>
     <StringQuery fieldName="name"
                  operator="="
                  value="strategy_mtg_record"/>
  </RestoreRecordingRequest>
</PlaceWareConfCenter>

The following shows a reply returned from the conference center.

<PlaceWareConfCenter>
  <RestoreRecordingReply/>
</PlaceWareConfCenter>

See Also

Concepts

RestoreMeetingRequest Element

RestoreMeetingReply Element

StringQuery Element