Share via


ListRecordings4Reply 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.

Contains a list of recordings matching the query.

Syntax

<ListRecordings4Reply>
  <Recording4>...</Recording4>
</ListRecordings4Reply>

The following sections describe attributes, parent elements, and child elements.

Attributes

None.

Element Information

Parent Element

Element

Occurrence

PlaceWareConfCenter

1

Child Element

Element

Occurrence

Recording4

0 or more

Remarks

If the requestor is an administrator, the reply contains all recordings matching the query. If the requestor is an organizer, the reply is limited to recordings owned by that organizer. An option only appears in the Recording4 element if it is contained in the FieldList in the corresponding request and if the recording has the option.

There are three possibilities regarding access control:

  • If there is no ACL and no password, any user can access the recording or the recording is deleted. It is possible to distinguish these two cases by checking for the presence of the removeTime option.

  • If there is a password, users can access the recording by entering the password, either through the user interface or in the entry URL.

  • If there is an ACL, access to the recording is controlled by the given access control list.

The ACL and password options are mutually exclusive.

When the request cannot be processed, a Fault element is returned.

Example

<PlaceWareConfCenter>
  <ListRecordings4Reply>
    <Recording4>
      <OptionList>
        <StringOption name="mid" value="1wwfpczivu8ph"/>
        <StringOption name="name" value="gap"/>
        <StringOption name="reid" value="bvntuc1ix4mr"/>
        <EnumerationOption value="ACL" name="audienceEntryControl">
            <String>ACL</String>
            <String>None</String>
            <String>Password</String>
        </EnumerationOption>
      </OptionList>
    </Recording4>
  </ListRecordings4Reply>
</PlaceWareConfCenter>

See Also

Concepts

ListRecordings4Request Element

ListRecordings4 Message