-
- Downloads
Back-end: Recordings Re-Sync (#3441)
* Back-end: Recordings Re-Sync
* Better naming
* CR cleaning
* Removing some comments
* CR Changes
* rebase
Co-authored-by:
Ahmad Farhat <ahmad.af.farhat@gmail.com>
Showing
- .rubocop.yml 1 addition, 0 deletions.rubocop.yml
- app/controllers/api/v1/recordings_controller.rb 8 additions, 0 deletionsapp/controllers/api/v1/recordings_controller.rb
- app/services/big_blue_button_api.rb 5 additions, 0 deletionsapp/services/big_blue_button_api.rb
- app/services/recordings_sync.rb 57 additions, 0 deletionsapp/services/recordings_sync.rb
- config/routes.rb 5 additions, 1 deletionconfig/routes.rb
- spec/controllers/recordings_controller_spec.rb 12 additions, 0 deletionsspec/controllers/recordings_controller_spec.rb
- spec/services/big_blue_button_api_spec.rb 7 additions, 0 deletionsspec/services/big_blue_button_api_spec.rb
- spec/services/recordings_sync_spec.rb 110 additions, 0 deletionsspec/services/recordings_sync_spec.rb
app/services/recordings_sync.rb
0 → 100644
spec/services/recordings_sync_spec.rb
0 → 100644
Please register or sign in to comment