VideoClient.join no resolve and reject

Web Video SDK Version:"@zoom1234/videosdk": “^1.1.3”,
I can join the room when I am local develop,The picture below is my local develop successfully joined


But when I deploy the project to the server ,VideoClient.join no resolve and no reject

zmClient.join(xxxx,xxxx,xxxx,xxx)
.then(async res => {
console.log(res)
}
.catch(rej => {});

Hey @noobchen

Thanks for your feedback.

Does any difference between your local bundle and server bundle? Any error on console?

Thanks
Vic

There are no errors, i try to “@zoom1234/videosdk”: “^1.1.0” is resolve, I guess it’s a problem with v1.1.3

Hey @noobchen ,

Make sure you are setting the dependent assets in your production env or are using the CDN:

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.