Freigeben über


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

Lists all the visitors currently connected to a meeting by sending a request to a conference center.

Syntax

<ListConnectedVisitorsRequest>
    <StringQuery...></StringQuery>
    <TimeIntervalQuery ...></TimeIntervalQuery>
    <FieldList>...</FieldList>
</ListConnectedVisitorsRequest>

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

Attributes

None.

Element Information

If present, specified child elements must follow the order shown in the following Child Elements table.

Parent Element

Element

Occurrence

PlaceWareConfCenter

1

Child Elements

Element

Occurrence

StringQuery

1

TimeIntervalQuery

0 or 1

FieldList

1

Remarks

The StringQuery child element specifies the meeting of interest. It must match exactly one non-deleted meeting in the conference center.

The optional TimeIntervalQuery child element can be used to limit the list of visitors returned to the request to those who connected during the time specified. The TimeIntervalQuery element can only be used to query for startTime values. By default, all visitors currently connected to the meeting appear in the reply when the TimeIntervalQuery element is not included.

The FieldList child element specifies the type of information about a visitor that the conference center should return in its reply. For a list of possible options for the FieldList, see Visitor Element.

See Also

Concepts

ListConnectedVisitorsReply Element

ListConnectedVisitors Message

Visitor Element