Integrate BigBlueButton with my own website

2,018 views
Skip to first unread message

cougar alvarez

unread,
May 21, 2013, 8:47:24 AM5/21/13
to bigblueb...@googlegroups.com
I want to make an E-learning PHP website with web conference (BigBlueButton) and some quizzes.
I've installed the BigBlueButton and it works perfectly on my server.
Can i integrate my own website with bigbluebutton, so it can get the username & the selected meeting room from my database?

Fred Dixon

unread,
May 21, 2013, 8:51:35 AM5/21/13
to BigBlueButton-dev
Can i integrate my own website with bigbluebutton, so it can get the username & the selected meeting room from my database?

You can control BigBlueButton through the BigBlueButton API.  See 


The built-in API demos that come with BigBlueButton are just that -- demos.  For examples of existing integrations (many of which are PHP-based), see



Regards,... Fred
-- 
BigBlueButton Developer
BigBlueButton on twitter: @bigbluebutton


--
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 post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-dev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 




cougar alvarez

unread,
Jun 10, 2013, 1:32:28 AM6/10/13
to bigblueb...@googlegroups.com
Could anyone here help me to integrate BBB with my own website data, include user role (moderator and viewer) ?
Because i have an elearning website with user role (student and teacher), so i just want to integrate it with BBB to make a conference.
Thank you so much.

HostBBB.com

unread,
Jun 10, 2013, 10:15:58 AM6/10/13
to BigBlueButton-dev
Cougar,

when you "create" a meeting you pass in a password for moderator
(moderatorPW), and a password for attendee (attendeePW)

then every time you join a user, you look at your user and decide if
you want them to moderate. In "join" call you pass (password), and if
this matches one of them above the user will join with proper role.

So you need to determine the user's role, and code the api call
correctly to integrate.

Regards,
Stephen
hostbbb.com
Reply all
Reply to author
Forward
0 new messages