Skip to content

Instantly share code, notes, and snippets.

@samyak-jain
Created March 5, 2020 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samyak-jain/4a3460229c1b83e97712c857a4ce860c to your computer and use it in GitHub Desktop.
Save samyak-jain/4a3460229c1b83e97712c857a4ce860c to your computer and use it in GitHub Desktop.
AgoraVideoCall videoCall = new AgoraVideoCall(getApplicationContext(), "app id", null, "channel name");
Intent intent = videoCall.start();
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment