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 1e8e1d9 commit 070c2c8
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 97 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@ This repo is a [Vue.js](https://vuejs.org/) app generated via [Create Vue, the o

To get started, clone the repo:

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

## Setup

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

`$ cd meetingsdk-sample-vuejs`
`$ cd meetingsdk-vuejs-sample`

1. Then install the dependencies:

`$ npm install`

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

1. Open the `src/components/HelloWorld.vue` file, and enter values for the variables:

**NEW:** To use the [Component View](https://developers.zoom.us/docs/meeting-sdk/web/component-view/), replace `HelloWorld.vue` with `HelloWorldNew.vue`. (The `leaveUrl` is not needed). Also, uncomment the Component View CSS tags and comment out the Client View CSS in `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
167 changes: 77 additions & 90 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meetingsdk-vuejs-sample",
"version": "3.1.6",
"version": "3.5.2",
"private": true,
"author": "Zoom Video Communications, Inc.",
"contributors": [
Expand All @@ -17,7 +17,7 @@
"preview": "vite preview"
},
"dependencies": {
"@zoom/meetingsdk": "^3.1.6",
"@zoom/meetingsdk": "^3.5.2",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down

0 comments on commit 070c2c8

Please sign in to comment.