Skip to content

Commit

Permalink
Pass language to BBB API on join meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdilotfi167 committed May 16, 2023
1 parent 15a7864 commit 9063f41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/services/big_blue_button_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def join_meeting(room:, role:, name: nil, avatar_url: nil)
{
role:,
avatarURL: avatar_url,
createTime: room.last_session&.to_datetime&.strftime('%Q')
createTime: room.last_session&.to_datetime&.strftime('%Q'),
'userdata-bbb_override_default_locale'.to_sym => I18n.locale
}.compact
)
end
Expand Down

0 comments on commit 9063f41

Please sign in to comment.