forked from External/greenlight
use the user's name for the bbb meeting name
This commit is contained in:
@ -31,6 +31,7 @@ class BbbController < ApplicationController
|
||||
{
|
||||
wait_for_moderator: true,
|
||||
meeting_recorded: true,
|
||||
meeting_name: user.name,
|
||||
user_is_moderator: current_user == user
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user