Skip to content

Instantly share code, notes, and snippets.

@Chukslord1
Created July 31, 2021 13:34
Show Gist options
  • Save Chukslord1/5d5a497b110287ec0f80cad110f37172 to your computer and use it in GitHub Desktop.
Save Chukslord1/5d5a497b110287ec0f80cad110f37172 to your computer and use it in GitHub Desktop.
Agora Video Application -Setting the Channel
channel=""
app_id='replace_with_app_id'
if Channel.objects.filter(app_id=app_id):
channel=Channel.objects.filter(app_id=app_id).last().channel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment