Description
Hi, so I need help. I have to embed zoom into my website and then auto record and store the recorded video. It is an e-learning website to conduct live classes between teachers and students. I want to make it as realistic and userf riendly as possible. Can someone please help. Thank you. Also, right now, in my code to embed client view, when i run it, the local host gives me nothing. Just a blank screen. When i comment all the Zoom Mtg statements, the frontend works but i cant create and join meeting, of course. Would l really appreciate some help. Thank youu
Browser Console Error
Blank Screen
Which Web Meeting SDK version?
3.13.2, web sdk is 2.18.3
Meeting SDK Code Snippets
import React, { useEffect, useState } from âreactâ;
import { ZoomMtg } from â@zoomus/websdkâ;
import axios from âaxiosâ;
import â./zoom.cssâ;
ZoomMtg.preLoadWasm();
ZoomMtg.prepareWebSDK();
ZoomMtg.i18n.load(âen-USâ);
ZoomMtg.i18n.reload(âen-USâ);
Device (please complete the following information):
- Device: Dell Windows laptop]
- OS: [Windows 11 pro ]
- Browser: [Chrome]
- Browser Version [137.0.7151.55/56]
Additional context
I create a general App in zoom marketplace and toggled on meeting sdk in embed. Now im using client id and secret itself as the sdk key and secret. i hope that is right