Skip to content

Commit

Permalink
updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygaessler committed Mar 31, 2023
1 parent 91f31fc commit 1eb38a4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Use of this SDK is subject to our [Terms of Use](https://zoom.us/docs/en-us/zoom_api_license_and_tou.html)
Use of this SDK is subject to our [Terms of Use](https://explore.zoom.us/en/legal/zoom-api-license-and-tou/)
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Zoom Meeting SDK Sample App - Web
# Zoom Meeting SDK web sample

Use of this sample app is subject to our [Terms of Use](https://zoom.us/docs/en-us/zoom_api_license_and_tou.html).
Use of this sample app is subject to our [Terms of Use](https://explore.zoom.us/en/legal/zoom-api-license-and-tou/).

The [Zoom Meeting SDK](https://developers.zoom.us/docs/meeting-sdk/web/) embeds the Zoom Meeting and Webinar experience in a website through a highly optimized WebAssembly module.
The [Zoom Meeting SDK for web](https://developers.zoom.us/docs/meeting-sdk/web/) embeds the Zoom Meeting and Zoom Webinar experiences on a webpage through a highly optimized WebAssembly module.

![Zoom Meeting SDK Client View](https://marketplace.zoom.us/docs/static/msdk-web-client-view-6276487add553e9849f39a7cec9ac7c7.gif)
![Zoom Meeting SDK Client View](/images/meetingsdk-web-client-view.gif)

## Installation

Expand All @@ -24,7 +24,7 @@ To get started, clone the repo:

1. Open the directory in your code editor.

1. Open the `sample-app-web/CDN/js/index.js` or `sample-app-web/Local/js/index.js` or `sample-app-web/Components/tools/nav.js` file respectively, and enter required values for the variables:
1. Open the `sample-app-web/CDN/js/index.js` or `sample-app-web/Local/js/index.js` or `sample-app-web/Components/tools/nav.js` file respectively, and insert your Zoom Meeting SDK Key and Secret or Client ID and Client Secret for Meeting SDK app type's created after February 11, 2023, found on the App Credentials page in the Zoom App Marketplace:

| Key | Value Description |
| -----------------------|-------------|
Expand All @@ -38,7 +38,7 @@ To get started, clone the repo:
var CLIENT_SECRET = "YOUR_CLIENT_SECRET_OR_SDK_SECRET"
```

> Reminder to not publish this sample app as is. Replace the frontend signature generator with a [backend signature generator](https://developers.zoom.us/docs/meeting-sdk/auth/) to keep your SDK Secret safe.
> Reminder to not publish this sample app as is. Replace the Meeting SDK JWT generator with a [backend Meeting SDK JWT generator](https://developers.zoom.us/docs/meeting-sdk/auth/#generate-a-meeting-sdk-jwt) to keep your SDK Secret safe.

1. Save `index.js` or `nav.js` respectively.

Expand All @@ -53,13 +53,13 @@ To get started, clone the repo:

### Client View

![Zoom Meeting SDK Client View](https://marketplace.zoom.us/docs/static/msdk-web-client-view-6276487add553e9849f39a7cec9ac7c7.gif)
![Zoom Meeting SDK Client View](/images/meetingsdk-web-client-view.gif)

> The Client View provides the option to display the Meeting SDK as a full page. This allows for a familiar Zoom Meeting experience because the Client View is the same as the [Zoom Web Client](https://support.zoom.us/hc/en-us/articles/214629443-Zoom-Web-Client), except it lives inside your own web page.

### Component View

![Zoom Meeting SDK Component View](https://marketplace.zoom.us/docs/static/msdk-web-component-view-64311bbbf32eaddfc2f3fac6e89928df.gif)
![Zoom Meeting SDK Component View](/images/meetingsdk-web-component-view.gif)

> The Component View provides the option to display the Meeting SDK in components on your page. This allows for a more flexible design.

Expand Down
Binary file added images/meetingsdk-web-client-view.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/meetingsdk-web-component-view.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1eb38a4

Please sign in to comment.