change checksum handling & show active meetings

This commit is contained in:
Josh
2017-06-07 11:06:31 -04:00
parent 24c8952e59
commit f5095b1e4d
7 changed files with 195 additions and 10 deletions

View File

@@ -34,6 +34,10 @@ class LandingController < ApplicationController
end
end
def send_data
render json: bbb.get_meetings
end
def wait_for_moderator
render layout: false
end