CanvasConnect
CanvasConnect is an Adobe Connect plugin for Instructure
Canvas. It allows users to create and join Adobe
Connect conferences directly from their courses.
Installation
Add this line to your application's Gemfile:
gem 'canvas_connect'
Usage
CanvasConnect registers itself as a Canvas plugin and can be configured by
going to /plugins in your Canvas instance and entering your Connect information.
CanvasConnect assumes that it's being used inside of a Canvas instance, and
will explode in strange and beautiful ways if you try to run anything in it
outside of Canvas.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
)
- Commit your changes (
git commit -am 'Add some feature'
)
- Push to the branch (
git push origin my-new-feature
)
- Create new Pull Request