Skip to content

Commit 1b85592

Browse files
authored
Include tenant name in analytics callback (#1179)
1 parent f7e8551 commit 1b85592

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/controllers/bigbluebutton_api_controller.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,8 @@ def analytics_callback
531531
analytics_callback_url = callback_data&.callback_attributes&.dig(:analytics_callback_url)
532532
return if analytics_callback_url.nil?
533533

534+
params['customer'] = @tenant&.name || 'scalelite'
535+
534536
uri = URI.parse(analytics_callback_url)
535537
post_req(uri, params, @tenant&.name)
536538
rescue StandardError => e

0 commit comments

Comments
 (0)