Skip to content

Instantly share code, notes, and snippets.

@larryluoo
Created June 29, 2022 07:02
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 larryluoo/684b5dbfadbf6722e40c9fd25e3a99dc to your computer and use it in GitHub Desktop.
Save larryluoo/684b5dbfadbf6722e40c9fd25e3a99dc to your computer and use it in GitHub Desktop.
Initialize
long appID = 214124124L; // The AppID you get from ZEGO Admin Console.
// Initialize the SDK. We recommend you call this method when the application starts.
// The last parameter refers to the Application object of the app.
ZegoRoomManager.getInstance().init(appID, this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment