I'm trying to use an API called BigBLueButton in my website, and after a little researches, i figured how to install it in my project using the command pip install django-bigbluebutton
. I add it to my INSTALLED-APP in setting.py.
Until this step, everything is OK and i have no errors. But i don't know how use its models and its views and how to show it in my website. Does anyone have an idea of the next steps? Thank you everyone.
According to docs , it provides a admin section which is named as Meeting. So fron there you can manage meetings (create, join, share, etc.)