-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
The gem is requiring the user model of the application that uses the gem to have a method/attribute named username, but it shouldn't. The specific place where it's required is at:
| logger.info "Meeting created: id: #{@room.meetingid}, name: #{@room.name}, created_by: #{bigbluebutton_user.username}, time: #{Time.now.iso8601}" |
There might be other places, though.
There are configurable attributes in the gem to specify the name of the attribute from where the username should be taken, see
| # Name of the attribute of a user that defines his name/username. |
Reactions are currently unavailable