ListRecordingVisitors4Reply 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 the information about visitors who accessed a given recording.

Syntax

<ListRecordingVisitors4Reply
    deletedOK = "True" | "False">
    <RecordingVisitor4>...</RecordingVisitor4>
    ...
</ListRecordingVisitors4Reply>

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

Attributes

Name

Description

deletedOK

Boolean type. Value range [True | False].

If True, the StringQuery child element is matched against both deleted and non-deleted meetings. If False, the StringQuery element is only matched against non-deleted meetings.

Element Information

Parent Element

Element

Occurrence

PlaceWareConfCenter

1

Child Element

Element

Occurrence

RecordingVisitor4

0 or more

Remarks

A RecordingVisitor4 element contains an OptionList child element containing the options that were specified in the FieldList element of the corresponding ListRecordingVisitors4Request element.

The data in the reply can lag behind the current state of the recording.

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

Example

<PlaceWareConfCenter>
  <ListRecordingVisitors4Reply>
    <RecordingVisitor4>
      <OptionList>
        <StringOption name="userName" value="Olsen" />
        <StringOption name="vid" value="1u03x2893vi1l" />
      </OptionList>
    </RecordingVisitor4>
  </ListRecordingVisitors4Reply>
</PlaceWareConfCenter>

See Also

Concepts

ListRecordingVisitors4Request Element

ListRecordingVisitors4 Message