Here we provide you with a sample application to experience the ZEGOCLOUD's Super Board, and the following describes how to run the sample code.
Android Studio 4.0 or later.
Android SDK Packages: Android SDK 30, Android SDK Platform-Tools 30 or later.
An Android device or Simulator that is running on Android 5.0 or later and supports audio and video. We recommend you use a real device (Remember to enable the USB debugging).
The Android device is connected to the internet.
Contact the ZEGOCLOUD Technical Support to get the AppID and AppSign for SDK integration.
2.3.0 or later
, you can also use Tokens for authentication. To upgrade the authentication mode, refer to the Upgrade the authentication mode from AppSign to Token.In Android Studio, click Open an Existing Project.
Open the ZegoSuperboardDemo
folder in the unzipped sample code package.
Modify the KeyCenter.java
file with the AppID and AppSign (remember to add an "L" after the AppID) that you get in the Prerequisites steps.
public class KeyCenter {
public final static long APP_ID = YOUR_APP_ID;
public final static String APP_SIGN = YOUR_APP_SIGN;
}
Click the Run button to run the sample code and experience the In-app Chat service.