Execute custom javascript on BigBluebutton HTML5 client

245 views
Skip to first unread message

Vibe Themes

unread,
May 15, 2019, 3:54:05 AM5/15/19
to BigBlueButton-dev
Hi,

I am using BigBlueButton HTML5 client using my custom API and all is going well. I have following questions :

Is there any way to execute custom javascript in meetings ? 
Is there any way to detect Bigbluebutton events in meetings ? Like when a user joins or exits the meeting ? 

Chad Pilkey

unread,
May 15, 2019, 1:46:16 PM5/15/19
to BigBlueButton-dev
If you mean to remotely execute JS, it's not possible. You'd need to customize the client.

For detecting events, I would look into the webhooks. http://docs.bigbluebutton.org/dev/webhooks.html

Vibe Themes

unread,
May 16, 2019, 5:47:59 AM5/16/19
to BigBlueButton-dev
Thanks for answering. Since BBB HTML5 is built on react, I am a developer and would be able to customise it. Do you recommend any good starting point for this customisation ?

Chad Pilkey

unread,
May 16, 2019, 12:21:29 PM5/16/19
to BigBlueButton-dev
"Is there any way to execute custom javascript in meetings?" is really too open-ended to suggest anything definitive. If you want clients to send messages/data to each other it's very different from having the server send data to each other, and if instead you just want new JS that runs totally inside the client then that also is very different. Another important factor is where you want this new thing to run. If you want to extend the chat panel for instance then you should start looking in the chat code. When I start out I usually try to follow existing message flow and then go from there. I'm not sure what to suggest beyond that.

Vibe Themes

unread,
May 17, 2019, 3:42:00 AM5/17/19
to BigBlueButton-dev
ok, Thanks ! 
Reply all
Reply to author
Forward
0 new messages