ListConnectedVisitorsReply 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 currently connected to a meeting.
Syntax
<ListConnectedVisitorsReply>
<Visitor>...</Visitor>
</ListConnectedVisitorsReply>
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
A Visitor child element holds the information about a visitor. This information is packaged as a list of options as specified by the FieldList child element in the ListConnectedVisitorsRequest element.
In case of error, a Fault element is returned.
Example
<PlaceWareConfCenter>
<ListConnectedVisitorsReply>
<Visitor>
<OptionList>
<StringOption name="userName" value="DonH"/>
<StringOption name="vid" value="053zpdsncktlrr"></StringOption>
</OptionList>
</Visitor>
<Visitor>
<OptionList>
<StringOption name="userName" value="MarkH"/>
<StringOption name="vid" value="nhz53qlw86rf6xw"/>
</OptionList>
</Visitor>
<Visitor>
<OptionList>
<StringOption name="userName" value="MaryB"/>
<StringOption name="vid" value="mdk53wps73ht5fj"/>
</OptionList>
</Visitor>
</ListConnectedVisitorsReply>
</PlaceWareConfCenter>