This is a simple sample implementation showcasing how to add the Android UI Toolkit to a basic Android project using XML layouts.
- Android Studio
- An Android device or emulator
- A Video SDK JWT
- Clone the repo
git clone https://github.com/zoom/videosdk-uitookit-android-sample-
Open the
UIToolkitSampledirectory in Android Studio. Do not open the repository's root directory or Gradle will not sync with the project correctly. -
Navigate to
Constants.ktand add valid values for the session context.NAME: The name of the user who will be joining the session.SESSION_NAME: The name of the session being joined. See Sessions for more information.JWT: A valid Video SDK JWT.
object Constants { const val NAME = "" const val SESSION_NAME = "" const val JWT = "" }
-
Select a target device and click run.
If you're looking for help, try Developer Support or our Developer Forum. Priority support is also available with Premier Developer Support plans.