# Zoom Meeting SDK for web > **Meeting SDK usage policy** > > The Meeting SDK is reserved for human use cases and does not support bots or AI notetakers. To build an AI notetaker application or access realtime media, use [Zoom RTMS (Real-time media streams)](/docs/rtms/). The Zoom Meeting SDK for web lets you embed the Zoom Meeting and Zoom Webinar experiences on a webpage through a highly optimized WebAssembly module. The SDK supports Angular, React, Vue.js, and other JS frameworks. The SDK strives for feature parity with the Zoom web client, however, some features may not be available. See [features supported by web browser](/docs/meeting-sdk/web/browser-support/) for details. ## Embed the Meeting SDK Embed Zoom on your website using a **client view** that displays the SDK using the full web page or a **component view** that splits the client into multiple components that you can position on the page. Or embed the Meeting SDK for web in an [iFrame on a webpage](/blog/meeting-sdk-iframe/) and in WebViews on native [Android](/blog/meeting-sdk-android-webview/) and [iOS](/blog/meeting-sdk-ios-webview/) apps. ### Client view [Client view](/docs/meeting-sdk/web/client-view/) provides the option to display the Meeting SDK for web as a full page. This allows for a familiar Zoom experience as the client view is similar to the [Zoom web client](https://support.zoom.us/hc/en-us/articles/214629443-Zoom-Web-Client), except it lives inside your own web page. ![](/img/msdk-web-client-view-gallery.png) ![](/img/msdk-web-client-view-share.png) ![](/img/msdk-web-client-view-speaker.png) ### Component view The [component view](/docs/meeting-sdk/web/component-view/) provides the option to display the Meeting SDK for web in components on your page. This allows for a more flexible design. Component view is designed specifically for desktop browser use cases, not mobile environments. For mobile use cases, use [client view](/docs/meeting-sdk/web/client-view/). > **Supported features** > > Component view supports core meeting functionality and may not include some features supported in client view. Contact [Developer Support](/support/) to request that component view support a client view feature critical to your success. See [supported features](/docs/meeting-sdk/web/component-view/supported/) for details. ![](/img/msdk-web-component-view-gallery.png) ![](/img/msdk-web-component-view-ribbon.png) ![](/img/msdk-web-component-view-share.png) ## Sample apps See the following framework, authorization, and webhook samples. - [Meeting SDK for web sample](https://github.com/zoom/meetingsdk-web-sample) - [Meeting SDK Angular sample](https://github.com/zoom/meetingsdk-angular-sample) - [Meeting SDK React sample](https://github.com/zoom/meetingsdk-react-sample) - [Meeting SDK Vue.js sample](https://github.com/zoom/meetingsdk-vuejs-sample) - [Meeting SDK JavaScript sample](https://github.com/zoom/meetingsdk-javascript-sample) - [Meeting SDK Auth Endpoint sample](https://github.com/zoom/meetingsdk-sample-signature-node.js) - [Webhook sample](https://github.com/zoom/webhook-sample-node.js) ## Minimum version policy We enforce a required minimum version of the Meeting SDK. See the [SDK minimum version policy](/docs/meeting-sdk/minimum-version/#sdk-minimum-version-policy) for details.