You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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