This bundles allow download recordings saved on Blackboard Collaborate from Blackboard Learn.
- Add configuration to PuMukIT
learn_host: https://{blackboard_learn_domain}
learn_key: {blackboard_api_learn_key}
learn_secret: {blackboard_api_learn_secret}
collaborate_host: https://{blackboard_collaborate_domain}
collaborate_key: {blackboard_building_block_collaborate_key}
collaborate_secret: {blackboard_building_block_collaborate_secret}
- Commands to execute
php bin/console pumukit:blackboard:sync
This command saves on PuMuKIT all info of course and recording to import.
php bin/console pumukit:blackboard:import:recordings
This command import on PuMuKIT recordings that have owners created on PuMuKIT.
- [OPTIONAL]