bigbluebutton-Github/record-and-playback/core/features/audio_archive.feature

14 lines
523 B
Gherkin
Raw Normal View History

2011-04-08 05:48:44 +08:00
Feature: Archive raw recordings
As a presenter
2011-04-08 05:48:44 +08:00
I want the raw recording to be archived
So that others can retrieve it later for playback
2011-04-08 05:48:44 +08:00
Scenario: archiving success
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