Skip to content

Instantly share code, notes, and snippets.

@Chukslord1
Created July 31, 2021 13:41
Show Gist options
  • Save Chukslord1/9e9d13f59eb8b50637b560d266bbdc7d to your computer and use it in GitHub Desktop.
Save Chukslord1/9e9d13f59eb8b50637b560d266bbdc7d to your computer and use it in GitHub Desktop.
Agora Video Application
urlpatterns = [
path('agora/',Agora.as_view(
app_id=app_id,
channel=channel)),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment