use the user's name for the bbb meeting name

This commit is contained in:
Zachary Chai
2016-12-01 16:55:43 -05:00
parent 37a75152ef
commit 7c916ae632
2 changed files with 3 additions and 1 deletions

View File

@ -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