A Django app to help integrating Video Calling Feature Using Agoro.io.
Project description
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.
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-agora-0.4.tar.gz.
File metadata
- Download URL: django-agora-0.4.tar.gz
- Upload date:
- Size: 154.4 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0426a83bcdae45a09296e2ddadc4183b99dba4fc8babb95ddb892d5355e8b65
|
|
| MD5 |
95b234256de08c5caf86ed1749bd950f
|
|
| BLAKE2b-256 |
e9c4e32b2dc8a017d266c73b10eb3996eb4f9e2f3ddbf03058140ca433c73ea3
|
File details
Details for the file django_agora-0.4-py3-none-any.whl.
File metadata
- Download URL: django_agora-0.4-py3-none-any.whl
- Upload date:
- Size: 189.8 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d35f2f5ef91aa64156f8cb720b4d02a1adb5ecd906b4b3d3d6103b5a59d8df63
|
|
| MD5 |
f8509318d368c5563d195deac6fede2c
|
|
| BLAKE2b-256 |
d2c47f6d6216822bb770b17acb90ca44376cdb6ff222fd6187f74e370e686612
|