ModifyRecording 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.
Modifies information about an existing recording.
Components
Component Type |
XML Element |
---|---|
Request |
|
Reply |
Remarks
A caller must be a member of the Administrator role or be the Organizer that owns the recording.
Example
This example shows how to change the recording password of the strategy meeting.
The following code shows a request sent to a conference center.
<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
<ModifyRecordingRequest>
<StringQuery fieldName="name" operator="=" value="strategy"/>
<OptionList>
<StringOption name="password" value="NewPa$$w0rd"/>
</OptionList>
</ModifyRecordingRequest>
</PlaceWareConfCenter>
The following shows a reply returned from the conference center when the request is processed successfully.
<PlaceWareConfCenter>
<ModifyRecordingReply/>
</PlaceWareConfCenter>