CanvasWebEx

CanvasWebEx is an WebEx plugin for Instructure Canvas. It allows users to create and join Cisco WebEx conferences directly from their courses.

Installation

Add this line to your application's Gemfile:

gem 'canvas_webex'

Usage

CanvasWebEx registers itself as a Canvas plugin and can be configured by going to /plugins in your Canvas instance and entering your WebEx information.

CanvasWebEx 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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request