Skip to content
Snippets Groups Projects
Unverified Commit debf782c authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Fix issues with recording_ready callback failing (#5317)

parent eb079015
Branches
Tags release-3.0.5.4
No related merge requests found
......@@ -95,7 +95,7 @@ class BigBlueButtonApi
# Decodes the JWT using the BBB secret as key (Used in Recording Ready Callback)
def decode_jwt(token)
JWT.decode token, Rails.configuration.bigbluebutton_secret, true, { algorithm: 'HS256' }
JWT.decode token, @secret, true, { algorithm: 'HS256' }
end
private
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment