Access to Cros on Zoom.Join() using Angular 5 Zoom web sdk 1.8.6

Description
I am getting error while using Zoom.Join().
My meeting id and signature for the meeting is generated from .net api. and when I try to join it and gave me error on.

Meeting Id :98159903112

Error
Join Function Error Response :
{method: “join”, status: false, result: null, errorMessage: undefined, errorCode: 3622}

Error Logged under console:

Which version?
1.8.6 , 1.8.5

Hey @kashishwalia51,

Thank you for reaching out to the Zoom Developer Forum. This is happening because you are making a request from localhost to a server with a CORS policy. I haven’t seen this error before though, are you able to share a public git repo that has the code causing this issue? I’ll review the code and see if anything can be changed.

Thanks,
Max