2011-04-08 05:48:44 +08:00
|
|
|
Feature: Archive raw recordings
|
2011-04-07 01:56:28 +08:00
|
|
|
As a presenter
|
2011-04-08 05:48:44 +08:00
|
|
|
I want the raw recording to be archived
|
2011-04-07 01:56:28 +08:00
|
|
|
So that others can retrieve it later for playback
|
|
|
|
|
2011-04-08 05:48:44 +08:00
|
|
|
Scenario: archiving success
|
2011-04-07 01:56:28 +08:00
|
|
|
Given the meeting has ended
|
2011-04-08 05:48:44 +08:00
|
|
|
When the meeting has been recorded
|
|
|
|
Then store the recorded events to the archive
|
|
|
|
And store the raw audio recording to the archive
|
|
|
|
And store the uploaded presentations to the archive
|
|
|
|
And store the raw webcam recordings to the archive
|
|
|
|
And store the raw deskshare recordings to the archive
|
|
|
|
|