Dela via


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

Represents a request sent to a conference center to get a report of visitors accessing a given meetings recording.

Syntax

<ListRecordingVisitors4Request
    deletedOK = "True" | "False">
    <StringQuery...></StringQuery>
    <TimeIntervalQuery...></TimeIntervalQuery>
    <FieldList>...</FieldList>
</ListRecordingVisitors4Request>

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

Attributes

Name

Description

deletedOK

Boolean type. Value range [True | False].

If True, the StringQuery specified below is matched against both deleted and non-deleted recordings. If False, the StringQuery is only matched against non-deleted recordings.

Element Information

Any child elements, if present, must be in the order shown in the following Child Elements table.

Parent Element

Element

Occurrence

PlaceWareConfCenter

1

Child Elements

Element

Occurrence

StringQuery

1

TimeIntervalQuery

1

FieldList

1

Remarks

The StringQuery child element specifies the recording; it must match exactly one recording. The StringQuery element can query for the following options:

  • name

  • reid

The TimeIntervalQuery child element is used to limit the list of visitors returned by the request to those who visited during the time specified. The TimeIntervalQuery element can query for the following time options:

  • startTime

  • visitedIn

The FieldList child element specifies the type of information to be returned in a RecordingVisitor4 element.

See Also

Concepts

ListRecordingVisitors4Reply Element

ListRecordingVisitors4Reply Element

ListRecordingVisitors4 Message

RecordingVisitor4 Element