From 97435b63bceabf5e4b3ee518b0cd320b6b91a2b1 Mon Sep 17 00:00:00 2001 From: Zachary Chai Date: Fri, 25 Nov 2016 12:14:04 -0500 Subject: [PATCH] all join as moderator in anonymous meeting --- app/controllers/bbb_controller.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/controllers/bbb_controller.rb b/app/controllers/bbb_controller.rb index 0b5d682a..5863ed61 100644 --- a/app/controllers/bbb_controller.rb +++ b/app/controllers/bbb_controller.rb @@ -18,7 +18,9 @@ class BbbController < ApplicationController user_is_moderator: current_user == user } else - {} + { + user_is_moderator: true + } end options[:meeting_logout_url] = "#{request.base_url}/#{params[:resource]}/#{params[:id]}"