Skip to content
Snippets Groups Projects
Commit 48956ce6 authored by Calvin Walton's avatar Calvin Walton
Browse files

Add some extra docs/setup instructions to the analytics callback script

parent 17fa7ffe
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,13 @@
# You should have received a copy of the GNU Lesser General Public License along
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
#
# In order to use this script, you will have to install the following ruby gems
# in addition to the ones included with BigBlueButton:
# * bbbevents
# * jwt
#
# Running post_events scripts requires that you enable keepEvents=true in
# bbb-web's bigbluebutton.properties configuration.
require '../../core/lib/recordandplayback'
require 'bbbevents'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment