Description
I am integrating client web sdk into a project and am able to join the meeting using dummy users. But, if I close the browser or keep the tab idle for a some time / refresh 2-3 times and tries to use the same meeting in the same tab, upon reload, the error pops up and says “the meeting number is not found”.
Surprisingly, I haven’t change anything in the configurations and the meeting id remains the same as I log it to console.
Which version?
“@zoomus/websdk”: “1.8.3”,
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Join / start meeting and add others(optional)
- keep the tab idle
- revisit the tab after some time, say 1hour and refresh(either manual or browser does it automatically) or refresh the meeting after joining 2-3 times
- See error in 1st screenshot below
Response JSON Objects in Console
-
After Init method:
errorCode: 0
errorMessage: null
method: “init”
result: null
status: true -
Immediately after success of init method prints:
errorCode: 3707
errorMessage: “The meeting number is not found.”
method: “join”
result: “The meeting number is not found.”
status: false
Screenshots
Device (please complete the following information):
- Device: Laptop
- OS: Win
- Version: 10
- Browser: Chrome
What is the possible way to avoid getting this error. I cannot have a meeting up and running and getting this pop up in the middle of the meeting.