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
UIToolkitSample
directory in Android Studio. Do not open the repository's root directory or Gradle will not sync with the project correctly. -
Navigate to
Constants.kt
and 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.SDK_KEY
: Your Video SDK Key.SDK_SECRET
: Your Video SDK Secret.
object Constants { const val NAME = "" const val SESSION_NAME = "" const val SDK_KEY = "" const val SDK_SECRET= "" }
-
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.