Skip to content

Commit 60463d5

Browse files
Added README
1 parent 6f94e6b commit 60463d5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
This is an example project for integrating Zoom with TalkJS.
2+
3+
The project uses TalkJS's [custom headers](https://talkjs.com/docs/Features/Customizations/Creating_Custom_Headers/) to add a new header with a button to start Zoom meetings from the chat. The button is hooked to a backend server that calls the Zoom API to create a meeting and also sends a message to the chat with the details of the meeting.
4+
5+
## Prerequisites
6+
7+
To run this tutorial, you will need:
8+
9+
- A [TalkJS account](https://talkjs.com/dashboard/login)
10+
- A [Zoom account](https://zoom.us/signup)
11+
- [Node.js](https://nodejs.org/en)
12+
13+
## How to run the tutorial
14+
15+
1. Clone or download this project.
16+
2. Go to the `server` folder and run `npm start`. This starts the NodeJS server.
17+
3. Open `index.html` from a browser, or through an extension like Live Server from your favorite IDE or text editor.

0 commit comments

Comments
 (0)