I am using Zoom’s free (basic) account, Whether it is possible to Create an Online meeting Agent using Zoom API’s and record the Meeting discussion of participants. Then send the meeting audio to my local server ?
Hello am trying to using zoom SDK for a livesesion in an Edtech platform am building i was able to create meeting from my code based code the meeting details which i dumped in one of the image above now i tried joining the meeting and i keep getting invalid sdk please is there anything am doing wrong is or is there some verification needed from zoom ?
Hey @lmtruong1512 Thanks for your feedback. There is indeed a scenario where the meeting is ended, which is unrelated to the client.init method but rather to the client.join method. However, I can’t give you a specific time threshold. The issue usually occurs during the process of a user joining a session when the host ends the session. The process of joining a session involves two steps: Retrieve the session ID using the topic: If there is an in-progress session under the same topic, the ...
Join meeting error after host ends the session - Web - Zoom Developer Forum
Hi, We have integrated Zoom SDK for our React-native application and it was working fine till a week ago. We are unable to join the meeting from past one week. MobileRTC framework version we are using is 4.1. We are using following function to join the zoom meeting “AwesomeZoomSDK.joinMeeting(displayName, meetingNo, password, email);” This issue is happening currently in our live application. So please help us out ASAP. Thank you.