Skip to content

codeztech-atique/Upgrade-Zoom-Meeting-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom Meeting SDK Upgrade (JSP)

This project upgrades the Zoom Meeting SDK for web from version 2.18.2 to 3.1.6 using JavaScript and JSP. The upgrade improves performance, enhances security, and introduces new features to provide a better user experience.

Table of Contents

  1. Overview
  2. Prerequisites
  3. Installation
  4. Configuration
  5. Usage
  6. Additional Resources

Overview

This project demonstrates how to upgrade the Zoom Meeting SDK for a web application built with JavaScript and JSP. The upgrade from version 2.18.2 to 3.1.6 includes optimizations, new features, and better security practices. It is designed to work within a servlet container like Apache Tomcat.

Prerequisites

Before setting up the project, ensure that you have the following:

  • Java Development Kit (JDK): Version 17 or later.
  • Servlet Container: Apache Tomcat or any other compatible servlet container.
  • Zoom Developer Account: API Key and API Secret from the Zoom Marketplace.
  • Xcode (for macOS users): Ensure Xcode is installed and the license is accepted:
    sudo xcodebuild -license

Installation

  1. Clone the Repository

git clone https://github.com/codeztech-atique/Upgrade-Zoom-Meeting-SDK.git cd Upgrade-Zoom-Meeting-SDK

  1. Deploy the Application

Place the project files in your servlet container’s webapps directory (e.g., for Apache Tomcat: tomcat/webapps). Start your servlet container (e.g., catalina.sh start for Tomcat).

  1. Ensure Dependencies Are Met

Verify that all JSP files compile correctly, and Java dependencies are satisfied within the servlet container.

Configuration

Configure the application with your Zoom SDK credentials:

js/index.js

var CLIENT_ID = "";
var CLIENT_SECRET = "";

Additional Resources

About

This repository all about upgrade Zoom Meeting SDK for web from version 2.18.2 to 3.1.6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •