Not able to zoom sdk preload script in header and body in gatsby

Trying to import zoom meeting sdk in cdn way by loading
link type=“text/css” rel=“stylesheet” href=“https://source.zoom.us/2.1.1/css/bootstrap.css” />
in and

<script src="https://source.zoom.us/2.1.1/lib/vendor/react-dom.min.js"></script>
<script src="https://source.zoom.us/2.1.1/lib/vendor/redux.min.js"></script>
<script src="https://source.zoom.us/2.1.1/lib/vendor/redux-thunk.min.js"></script>
<script src="https://source.zoom.us/2.1.1/lib/vendor/lodash.min.js"></script>

<!-- For Client View -->
<script src="https://source.zoom.us/zoom-meeting-2.1.1.min.js"></script> in <body>

in gatsby but as in gatsby there will not be index.html so added it in the file which have the web sdk integrated using react helmet in this way









  <script src="https://source.zoom.us/zoom-meeting-2.3.5.min.js"></script>


  <script src="https://source.zoom.us/2.3.5/zoom-meeting-embedded-2.3.5.min.js"></script>
</Helmet>

doing it this way
i am getting this error

zoom-meeting-2.3.5.min.js:2 Uncaught TypeError: Cannot redefine property: uniquelize
at Function.defineProperty ()

and i am not able to get the join button

@maheshgonella

Thank you for posting in the Zoom Developer Forum and sorry for the missed response – I am happy to help here! To start, can you share if the problem persists? If so, could you share an example repo where we can look at the entire code base to determine how best to guide this requirement?

Feel free to let us know if you have any questions about this.