Description
Meeting Not Started Issue for attendee.
Error
When the attendee joined the meeting before the host. It is saying the meeting has not started which is fine. But when the host started meeting the meeting joined by attendee not refreshing or not asking to reload again.
Which version?
1.7.8
Hey @arunsai.m
Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question.
Checkout these related threads that may have the answer you are looking for:
Hi There,
I have created meeting with this request
{
“topic”: “Another Test”,
“type”: 1,
“start_time”: “2019-07-16T07:50:50Z”,
“timezone”:“UTC”,
“settings”: {
“join_before_host”: true,
“approval_type”: 0
}
}
It created meeting successfully but when i try to join meeting it throw error
{method: “join”, status: false, errorCode: 3008, errorMessage: “Meeting not started!”, result: null}
My code for joining meeting
ZoomMtg.init({
leaveUrl: meetConfig.leaveUrl,
isSupportAV: true,
su…
Hi all,
I am new to zoom APIs and web SDK. I cloned a sample web app provided by zoom. https://github.com/zoom/sample-app-web
I red a lot about current zoom APIs also. I tried creating new meetings with POST API(https://api.zoom.us/v2/users/{userId}/meetings ). I am successfully able to create meetings. I do this from my server side with our paid account credentials. Here the host is my server and the participant can be anyone to whoever my server sends this meeting id details to.
But when I s…
If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.
Thanks,
DeveloperBot
system
(system)
Closed
September 11, 2020, 6:30pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.