Skip to content

Commit 75cfc92

Browse files
authored
Update README.md
1 parent 2e32675 commit 75cfc92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest-api/talkjs-zoom-integration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is an example project for integrating Zoom with TalkJS.
1+
This is an example project to go with our tutorial on [How to create Zoom meetings directly from your TalkJS chat](https://talkjs.com/resources/how-to-create-zoom-meetings-in-talkjs/).
22

33
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.
44

@@ -14,4 +14,4 @@ To run this tutorial, you will need:
1414

1515
1. Clone or download this project.
1616
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.
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)