Minimal sendbird example breaks at sb.connect

Using CDN distribution, when calling sb.connect, the console throws an error (it looks like some http client is undefined).

Minimal reproduction link:
https://jsfiddle.net/hqp3e6s8/3/

Hi there.

Sendbird, doesn’t officially have its own CDN distributions, for example cdnjs. Please help to either package Sendbird with your application or consider maintaining your own delivery service. The sendbird.min.js is 315 kb so is pretty small.

If you would like to run Sendbird in a Playground I highly recomend codesandbox.io. I’ve added your code here.

Hello Jason.

Thank you for your response. It works as expected.