Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 947 Bytes

README.MD

File metadata and controls

49 lines (32 loc) · 947 Bytes

Repository Name

This repository contains a brief example of how to utilize the Zoom Video SDK's to create a simple video call app.

Clone and Initialization

To clone and initialize this repository, follow these steps:

  1. Open your terminal or command prompt.

  2. Navigate to the directory where you want to clone the repository.

  3. Run the following command to clone the repository:

    git clone https://github.com/wezrine/video_sdk_use_case.git
    
  4. Once the repository is cloned, navigate to the client directory using the following command:

    cd client
    
  5. Run the following command to install the necessary dependencies:

    npm install
    
  6. Run the client

    npm start
    
  7. Navigate to the server in a new terminal

    cd server
    
  8. Start the server

    node server.js
    
  9. You may now begin using the app.

Example