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
Copy file name to clipboardExpand all lines: rest-api/talkjs-zoom-integration/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff 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/).
2
2
3
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
4
@@ -14,4 +14,4 @@ To run this tutorial, you will need:
14
14
15
15
1. Clone or download this project.
16
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.
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