User Guide

196 Chapter 5: XML Results Reference
Example
<results>
<status code="ok" />
<report-meeting-concurrent-users max-users="2" max-participants-freq="5" />
report-meeting-session
Description
Container tag, contains information about a meeting.
Attributes
num-guests
The number of participants who entered the meeting as guests rather than
registered attendees.
num-participants The total number of participants in the meeting.
sco-id The ID of the parent meeting.
session-sco-id A unique identifier for the individual session. This value matches the value of
the
sco-id that is passed as a parameter to the report-meeting-session API.
Contained tags
date-created
, date-end
Returned by
report-meeting-session
Example
<report-meeting-sessions>
<row sco-id="18302" asset-id="18304" num-participants="1">
<date-created>2005-03-15T09:30:28.233-08:00</date-created>
<date-end>2005-03-15T09:45:36.903-08:00</date-end>
</row>
<row sco-id="18302" asset-id="18309" num-participants="1">
<date-created>2005-03-15T10:11:00.700-08:00</date-created>
<date-end>2005-03-15T10:21:07.733-08:00</date-end>
</row>
</report-meeting-session>
report-meeting-sessions
Description
Container tag; contains information about all the sessions of a meeting.
Attributes
None.
Contained tags
row