From 48956ce63f2d89326e490180df6f05e3645f9b44 Mon Sep 17 00:00:00 2001
From: Calvin Walton <calvin.walton@kepstin.ca>
Date: Tue, 2 Mar 2021 16:19:26 -0500
Subject: [PATCH] Add some extra docs/setup instructions to the analytics
 callback script

---
 .../scripts/post_events/post_events_analytics_callback.rb  | 7 +++++++
 1 file changed, 7 insertions(+)

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 716470b506..983cd5faa4 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'
-- 
GitLab