django-agora 0.4

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangoagora 0.4

Django-Agora is a Django app to help integrating Video Calling Feature Using Agoro.io .
Detailed documentation is in the “docs” directory.

Quick start

Add “agora” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'agora',
]

Import Agora views in your project urls.py like this:
from agora.views import Agora

Include the agora view in your project urls.py like this:
path('agora/',Agora.as_view(
app_id='<APP_ID>',
channel='<CHANNEL_ID>'
)),

Visit http://127.0.0.1:8000/agora/ to participate in the Video Call.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.