Sendbird.min.js server responded with an error 404

I don’t see anywhere in your code where you’ve loaded Sendbird calls, only chat. If you haven’t imported or loaded the calls SDK, you can’t call SendBirdCalls.

So what’sthe CDN for SendBirdCall, Tyler?

You can search it on cdnjs, but here is a link to it: sendbird-calls - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers

Thank you Tyler. It was a bit weird because the versions don’t match. Thanks for the help. People would naturally go to cdnjs but it would better to put under “documentation”

I’m not sure I follow the version concern as they are different products. As for cdnjs, these are not official CDNs for Sendbird. We don’t have an official CDN for our SDKs which is why we don’t have these documented.

But then we wouldnt be able to integrate the SDK without the CDN, right?

That is not accurate. A CDN is just one option for integrating an SDK. You can download the file and store it locally in your project and reference it like you were attempting to do earlier. Though you need to make sure the file that is loading it can actually access the local file.

Aight, I shall try that solution because it wasn’t working earlier.