This repository contains a brief example of how to utilize the Zoom Video SDK's to create a simple video call app.
To clone and initialize this repository, follow these steps:
-
Open your terminal or command prompt.
-
Navigate to the directory where you want to clone the repository.
-
Run the following command to clone the repository:
git clone https://github.com/wezrine/video_sdk_use_case.git
-
Once the repository is cloned, navigate to the client directory using the following command:
cd client
-
Run the following command to install the necessary dependencies:
npm install
-
Run the client
npm start
-
Navigate to the server in a new terminal
cd server
-
Start the server
node server.js
-
You may now begin using the app.