Skip to content

videosdkdev/dev

Repository files navigation

Zoom Video SDK UI toolkit JavaScript sample

Use of this sample app is subject to our Terms of Use.

This repo is an HTML / CSS / JavaScript website that uses the Zoom Video SDK UI toolkit to start and join Zoom meetings and webinars.

Zoom Video SDK UI toolkit Client View

Installation

To get started, clone the repo:

$ git clone https://github.com/zoom/videosdk-ui-toolkit-javascript-sample.git

Setup

  1. Once cloned, navigate to the videosdk-ui-toolkit-javascript-sample directory:

    $ cd videosdk-ui-toolkit-javascript-sample

  2. Open the videosdk-ui-toolkit-javascript-sample directory in your code editor.

  3. Open the index.js file, and enter values for the variables:

    Variable Description
    authEndpoint Required, your Video SDK UI toolkit auth endpoint that secuerly generates a Video SDK UI toolkit JWT. Get a Video SDK UI toolkit auth endpoint here.

    Example:

    var authEndpoint = 'http://localhost:4000'
  4. Save index.js.

Usage

  1. Navigate to index.html in your browser (or serve over localhost), enter any session name, user name, and passcode, and click "Join".

    Zoom Video SDK UI toolkit Client View

Learn more about Gallery View requirements.

Deployment

The JavaScript Sample App can be easily deployed to GitHub Pages, or another static web hosting service, like an AWS S3 bucket.

GitHub Pages

  1. Create a repo on GitHub.

  2. Add the remote to your project:

    $ git remote add origin GITHUB_URL/GITHUB_USERNAME/GITHUB_REPO_NAME.git

  3. Git add, commit, and push your project:

    $ git add -A

    $ git commit -m "deploying to github"

    $ git push origin master

  4. On GitHub, in your repo, navigate to the "settings" page, scroll down to the "GitHub Pages" section, and choose the "master branch folder" for the source.

  5. Now your project will be deployed to https://GITHUB_USERNAME.github.io/GITHUB_REPO_NAME.

Other Static Web Hosting

  1. Deploy the directory to a static web hosting service, like an AWS S3 bucket.

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published