Skip to content

WebRTCventures/zoom-videosdk-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom Video SDK Demo

This project demonstrates a React application using Zoom's Video SDK with two different implementation approaches:

  1. UI Toolkit: Using Zoom's pre-built UI components
  2. Custom UI: Building your own custom interface with Zoom's Video SDK

Getting Started

To run this project locally:

# Install dependencies
npm install

# Start development server
npm start

The application will be available at http://localhost:3000

Project Structure

  • /src/pages/UIToolkit.js - Implementation using Zoom's UI Toolkit
  • /src/pages/CustomUI.js - Implementation with custom UI components
  • /src/App.js - Main application with React Router setup

Routes

  • /uitoolkit - UI Toolkit implementation
  • /customui - Custom UI implementation

Note

This is a demo application. In a real implementation, you would need to:

  1. Install the Zoom Video SDK: npm install @zoom/videosdk
  2. Obtain authentication credentials from Zoom
  3. Configure proper error handling and state management
  4. Implement actual video rendering and meeting controls

For more information, refer to the Zoom Video SDK documentation.

About

A simple demo of using Zoom Video SDK for building a video conferencing application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published