Skip to content

Commit

Permalink
updated to version 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygaessler committed Apr 15, 2024
1 parent afc953c commit df8ef8f
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 94 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@ This repo is a [React](https://reactjs.org/) app generated via [Create React App

To get started, clone the repo:

`$ git clone https://github.com/zoom/meetingsdk-sample-react.git`
`$ git clone https://github.com/zoom/meetingsdk-react-sample.git`

## Setup

1. Once cloned, navigate to the `meetingsdk-sample-react` directory:
1. Once cloned, navigate to the `meetingsdk-react-sample` directory:

`$ cd meetingsdk-sample-react`
`$ cd meetingsdk-react-sample`

1. Then install the dependencies:

`$ npm install`

1. Open the `meetingsdk-sample-react` directory in your code editor.
1. Open the `meetingsdk-react-sample` directory in your code editor.

1. Open the `src/App.js` file, and enter values for the variables:

**NEW:** To use the [Component View](https://developers.zoom.us/docs/meeting-sdk/web/component-view/), replace `App.js` with `App-New.js`. (The `leaveUrl` is not needed). Also, uncomment the Component View CSS tags and comment out the Client View CSS in `public/index.html`.

| Variable | Description |
| -----------------------|-------------|
| authEndpoint | Required, your Meeting SDK auth endpoint that secuerly generates a Meeting SDK JWT. [Get a Meeting SDK auth endpoint here.](https://github.com/zoom/meetingsdk-sample-signature-node.js) |
| authEndpoint | Required, your Meeting SDK auth endpoint that securely generates a Meeting SDK JWT. [Get a Meeting SDK auth endpoint here.](https://github.com/zoom/meetingsdk-sample-signature-node.js) |
| sdkKey | Required, your Zoom Meeting SDK Key or Client ID for Meeting SDK app type's created after February 11, 2023. [You can get yours here](https://developers.zoom.us/docs/meeting-sdk/developer-accounts/#get-meeting-sdk-credentials). |
| meetingNumber | Required, the Zoom Meeting or webinar number. |
| passWord | Optional, meeting password. Leave as empty string if the meeting does not require a password. |
Expand Down
218 changes: 132 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit df8ef8f

Please sign in to comment.