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.
Release files for django-agora 0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-agora-0.4.tar.gz | 154.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_agora-0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 344.2 kB
Release files / django-agora-0.4.tar.gz
| Download URL | django-agora-0.4.tar.gz |
|---|---|
| Size | 154.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e0426a83bcdae45a09296e2ddadc4183b99dba4fc8babb95ddb892d5355e8b65
|
|
BLAKE2b-256 checksum How to use checksums |
e9c4e32b2dc8a017d266c73b10eb3996eb4f9e2f3ddbf03058140ca433c73ea3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
|
Release files / django_agora-0.4-py3-none-any.whl
| Download URL | django_agora-0.4-py3-none-any.whl |
|---|---|
| Size | 189.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d35f2f5ef91aa64156f8cb720b4d02a1adb5ecd906b4b3d3d6103b5a59d8df63
|
|
BLAKE2b-256 checksum How to use checksums |
d2c47f6d6216822bb770b17acb90ca44376cdb6ff222fd6187f74e370e686612
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
|