Skip to content

shashi2290/zoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Installation

$ cd react-demo

Setup

  1. Then install the dependencies:

    $ npm install

  2. Open the directory in your code editor.

  3. Open the react-demo/src/config/dev.ts file, and enter required session values for the variables:

    Key Value Description
    sdkKey Your Video SDK Key. Required.
    sdkSecret Your Video SDK Secret. Required.
    topic Required, a session name of your choice or the name of the session you are joining.
    name Required, a name for the participant.
    password Required, a session passcode of your choice or the passcode of the session you are joining.

    Example:

    {
      sdkKey: 'YOUR_VIDEO_SDK_KEY',
      sdkSecret: 'YOUR_VIDEO_SDK_SECRET',
      topic: 'Cool Cars',
      name: 'user123',
      password: 'abc123'
    }
  4. Save dev.ts.

  5. Run the app:

    $ npm start

Usage

  1. Navigate to http://localhost:3000.
  2. Click copy link and mail your attendees. (for testing use different browsers, or use Incognito mode)

About

Test zoom React app with zoom video sdk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages