A Django integration APP to connect django projects to Big Blue Button ;)
Project description
django-bigbluebutton
A Django Application for better interaction of Django projects with Big Blue Button APIs.
Requirements
To use this package following needed. if not provided will be installed automatically.
Django>=2.0
requests>=2.0
Installation
Note: This package is well tested on django>=2.0
. But if you are using older versions can be
used with minor changes in structure.
install using pip:
pip install django-bigbluebutton
Usage
Register app in settings.py
INSTALLED_APPS = [
"django_bigbluebutton",
]
Now should define you Big Blue Button Server core configs in settings.py
:
BBB_API_URL = 'https://test.com/bigbluebutton/api/'
BBB_SECRET_KEY = 'abcdefgabcdefgabcdefgabcdefgabcdefg'
Next apply migrations:
python manage.py migrate
And finally run test:
python manage.py test
You can follow tests.py
file to see how to use this package.
Admin Integration
By installing this app in your django project, A admin section will be added named Meeting
.
Under this section you can see list of open meetings, join meeting, create join link for other
users with moderator or attendee permissions.
Also to enable update state of each meeting (sync with bigbluebutton) set below variable in
settings.py
:
UPDATE_RUNNING_ON_EACH_CALL = True
So whenever you open list of meetings in django admin, it will update state of all meetings in database
with result of getMeetings
API from bigbluebutton.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django-bigbluebutton-0.5.9.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11b79bf83dc90348e3d7be82016d48dbd7babd52aa06227a7f68ef2e6d018cf2 |
|
MD5 | 2d589ddc3805b1cf469cd917e69d5a4f |
|
BLAKE2b-256 | 1875bd6d18b0ae384e440879db81c2571d59cf456947e788b4b26ce5624da964 |
Hashes for django_bigbluebutton-0.5.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71c0bd2a0a67cf6b4700741c66f1d6029686b33bf1846a30ad380873c84cdb1e |
|
MD5 | fb13a8b8a974fa8ef1d5ab6f20c66f5a |
|
BLAKE2b-256 | f9263e16b9e62e3846069db5d8f5d57ed30888675fcaa89695c4b37453eaa1dc |