Websdk-sample-angular

Description
Cloned the git project and updated the apikey, signature and meeting#.
But getting below error on click " Join Meeting"

Error
Cannot POST

Signature →

Which version?
zoomus/websdk → 1.8.3

Device (please complete the following information):

  • Device: MacBook Pro
  • OS: 10.15.7
  • Version: [e.g. 22]
  • Browser:[ Chrome]

Hey @Roy.D,

Did you set your Signature Endpoint URL?

Thanks,
Tommy

Hello Tommy,

Thank you for replying.

Yes, I did. below is the signature.
When I checked the console, I noticed error - “Cannot POST” and signature was also logged.

I used JWT credentials.

Hey @Roy.D,

Can you share your code in a GitHub repo so I can test and reproduce the issue locally?

This error is not coming from the Web SDK. It looks you are making a post request to the Angular local server with your signature attached?

Thanks,
Tommy

Hello Tommy,

here is the repo

Thanks,

Hey @Roy.D,

I see the issue. You put your actual signature as the signature endpoint:

The signature endpoint needs to be a web address pointing to the server that generates your Web SDK signature. Please see the readme and this sample app for more information.

Thanks,
Tommy

Tommy,
Yes that was the issue. am able to run the sample now .

1 Like

Happy to hear you got it working! :slight_smile:

Thanks,
Tommy

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