Skip to content

zoom/videosdk-uitoolkit-android-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

videosdk-uitookit-android-sample

Overview

This is a simple sample implementation showcasing how to add the Android UI Toolkit to a basic Android project using XML layouts.

Prerequisites

Download and run

  1. Clone the repo
git clone https://github.com/zoom/videosdk-uitookit-android-sample
  1. Open the UIToolkitSample directory in Android Studio. Do not open the repository's root directory or Gradle will not sync with the project correctly.

  2. 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= ""
    }
  3. Select a target device and click run.

Need help?

If you're looking for help, try Developer Support or our Developer Forum. Priority support is also available with Premier Developer Support plans.

About

Use the Zoom Video SDK UI Toolkit in Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •