ListVisitorsReply 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 visitors to a specified meeting.
Syntax
<ListVisitorsReply>
<Visitor>...</Visitor>
...
</ListVisitorsReply>
The following sections describe attributes, parent elements, and child elements.
Attributes
None.
Element Information
Parent Element
Element |
Occurrence |
---|---|
1 |
Child Element
Element |
Occurrence |
---|---|
0 or more |
Remarks
The reply only contains a list of visitors that have disconnected from the meeting. You do not get a list of any of the current visitors when the meeting is in progress. When an active visitor disconnects, that visitor is no longer listed in a ListConnectedVisitorsReply and then appears in a ListVisitorsReply. The data in the reply can lag behind the current state of the meeting.
Example
<PlaceWareConfCenter>
<ListVisitorsReply>
<Visitor>
<OptionList>
<TimeOption name="endTime" value="2000-07-28T16:30:41Z"/>
<TimeOption name="startTime" value="2000-07-28T16:07:20Z"/>
<StringOption name="userName" value="ken"/>
<StringOption name="vid" value="1kghubzjwdm23"/>
</OptionList>
<OptionList>
<TimeOption name="endTime" value="2000-07-28T17:55:24Z"/>
<TimeOption name="startTime" value="2000-07-28T17:00:40Z"/>
<StringOption name="userName" value="ken"/>
<StringOption name="vid" value="mx3gujcdhl45m"/>
</OptionList>
</Visitor>
</ListVisitorsReply>
</PlaceWareConfCenter>