Client View Meeting SDK

The docs says that the client view of the meeting SDK requires react and react-dom. Zoom only supports react and react-dom version 16.13.0 and below.

Does this mean that i have to install react on my own using npm for example ?
(our entreprise uses laravel with vue, so the meeting initialisation happens in the vue component)

@ilybenh1 ,

In our sample application for client view, the package-json defines the react and react-dom to use 16.13.0

If you use react version 17 or 18 instead, there might be UI responsiveness and display glitches.

There are 2 ways of using this SDK
CDN ← this is not really applicable as the CDN will download the correct version for you
Local ← you will need to define the correct version of react