Hi Subikar,
There is already a working API for integration in place for
BigBlueButton. See
http://groups.google.com/group/bigbluebutton-dev/browse_thread/thread/7c15211548e6da7c#
The API does not try to duplicate a separate user list in
BigBlueButton; rather, it provides you two API calls: (1) create a
meeting and (2) join a meeting. The benefit of this approach is you
don't need to update two separate user databases.
To integrate BigBlueButton, when a user initiates an action to join a
meeting, your application calls create then join. When the first user
calls create (passing a meetingID you define), the API returns a
meetingToken that can be subsequently used with the join call. When
the second user calls create (using the same meetingID), the API
returns the same generated meetingToken, so the second person will
join the same meeting.
We may evolve this API as we formally release it in BigBlueButton 0.63
(the current iteration), but the documentation should get you
started. If you have any problems with the API, please post them to
http://code.google.com/p/bigbluebutton/issues/detail?id=190
so we can track any changes needed before the 0.63 release.
Regards,... Fred
On Nov 29, 3:08 am, Macmilan <
subikar....@gmail.com> wrote:
> Hi All,
>
> I need to know how I can integrate bbb with php script.
>
> My site ishttp://
www.soberfolk.org/