Recording duration
Hi,
I'm using the API call:
/api/xml?action=sco-contents&sco-id=XXXXXXX&filter-icon=archive&sort-date-created=desc
to get a list of recordings for a particular meeting room. In the results I see this kind of thing:
<sco sco-id="X" source-sco-id="" folder-id="X" type="content" icon="archive" display-seq="0" duration="7596" is-folder="0">
<url-path>/X/</url-path>
<date-begin>2013-09-10T10:06:21.357-05:00</date-begin>
<date-end>2013-09-10T12:12:57.910-05:00</date-end>
<date-created>2013-09-10T10:06:21.357-05:00</date-created>
<date-modified>2013-09-10T12:12:57.910-05:00</date-modified>
<is-seminar>false</is-seminar>
</sco>
Now, I thought the "duration" attribute was the duration of the recording, but can't figure out how 7596 relates to the 2:06 actual running time (see "date-begin", "date-end" fields). Does anyone know what the duration attribute means? Is it useful for getting the duration of the recording, or do I need to diff the two dates?
-Jim
