Callback for learning dashboard not working...

103 views
Skip to first unread message

Eugen Neuber

unread,
Jan 28, 2023, 12:08:57 PM1/28/23
to BigBlueButton-dev
I do not get a call back from

/usr/local/bigbluebutton/core/scripts/post_events/post_events_analytics_callback.rb

I doubt that this script is even executed since there are no log entries from this script...

I create the meetings by Moodle/mod_bigbluebuttonbn with (modified classes/meeting.php line 327ff).

protected function create_meeting_data() {
   $data = ['meetingID' => $this->instance->get_meeting_id(),
   'meta_analytics-callback-url' => urlencode(...),

What else is required (set to enable?) in addition to my first post in this thread?

Is it required to record meetings to get this event executed?

PS: my callback is HTTPS and not blocked by any firewall...
PPS: I'm using BBB Version 2.5.11

Regards,
Eugen

sd...@distancelearning.cloud

unread,
Jan 29, 2023, 4:59:18 AM1/29/23
to bigblueb...@googlegroups.com

Try setting is to true in bbb-web.properties

 

# Saves meeting events even if the meeting is not recorded

defaultKeepEvents=false

 

Another way to do it on a per meeting basis in adding meetingKeepEvents=true along with your callback URL

 

Regards,

Stephen

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/bff58c59-9161-4d29-a6cb-1b7b8940fd2cn%40googlegroups.com.

Eugen Neuber

unread,
Jan 31, 2023, 5:53:03 AM1/31/23
to BigBlueButton-dev
This did the trick:

defaultKeepEvents=true

Thank you very much!

Eugen
Reply all
Reply to author
Forward
0 new messages