Skip to content

Instantly share code, notes, and snippets.

@samyak-jain
Created March 16, 2020 14:57
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/c4ccaf5964ea706f03001bac2f30cd3c to your computer and use it in GitHub Desktop.
Save samyak-jain/c4ccaf5964ea706f03001bac2f30cd3c to your computer and use it in GitHub Desktop.
AgoraVideoCall videoCall = new AgoraVideoCall(getApplicationContext(), "app id", null, "channel name");
UIConfig config = new UIConfig();
config.showCheckButton();
videocall.setConfig(config);
Intent intent = videoCall.start();
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment