ListPollsReply 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 poll results for a meeting.
Syntax
<ListPollsReply>
<Poll ...>
<Choices>
<Choice>...</Choice>
...
</Choices>
<Voters>
...
</Voters>
</Poll>
</ListPollsReply>
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
There is one child Poll element for each poll taken during the meeting. If no polls are taken during the meeting, the ListPollsReply element is empty. The data in the reply might lag behind the current state of the meeting.
When the request cannot be processed, a Fault element is returned.
Example
<PlaceWareConfCenter>
<ListPollsReply>
<Poll createTime="2000-07-28T16:07:21Z"
question="What's the best way to advertise this new product?" >
<Choices>
<Choice choice="1" text="Radio" />
<Choice choice="2" text="Television" />
<Choice choice="3" text="Web site" />
<Choice choice="4" text="Direct mail" />
</Choices>
<Voters>
<Voter vid="1kghubzjwdm23">
<Vote choice="2" />
<Vote choice="0" />
</Voter>
</Voters>
</Poll>
</ListPollsReply>
</PlaceWareConfCenter>