Share via


RestoreMeeting 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 meeting specified in the request.

Components

Component Type

XML Element

Request

RestoreMeetingRequest

Reply

RestoreMeetingReply

Remarks

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

Note

Meetings that have been restored count towards the schedule limit for the account. A fault is reported in the response if the schedule limit is exceeded when attempting a restore. In this case, the restore is not successful.

Examples

This example shows how to restore a meeting named developer_meeting.

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

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

The following shows a reply returned from the conference center.

<PlaceWareConfCenter>
  <RestoreMeetingReply></RestoreMeetingReply>
</PlaceWareConfCenter>

See Also

Concepts

RestoreMeetingRequest Element

RestoreMeetingReply Element

StringQuery Element