diff --git a/record-and-playback/core/scripts/post_events/post_events_analytics_callback.rb b/record-and-playback/core/scripts/post_events/post_events_analytics_callback.rb index 716470b50605efde0a92d055d88a1d1781a32b43..983cd5faa4ad072cb2ba3d4d3a6e6337c8884bc1 100755 --- a/record-and-playback/core/scripts/post_events/post_events_analytics_callback.rb +++ b/record-and-playback/core/scripts/post_events/post_events_analytics_callback.rb @@ -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'