We have integrated the Meetings SDK in our app. We have SharedArrayBuffer enabled and have the “advanced” features this brings available.
However, when using the whiteboard some features do not work, namely:
-
The Comments feature:
-
Templates feature
- Embed feature: After pasting the embed code for a youtube video (with iframe tag), it just shows this static image, instead of the video.
When trying to use these features, we can see a lot of blocked requests in the console.
The requests are blocked because the responses from the server don’t contain an Access-Control-Allow-Origin header.
We also confirmed that running in a Chrome instance with CORS disabled, the features work. Of course, this is not something we can recomend to our users.
We reported a similar issue which was already solved here.
@donte.zoom I think this is a similar problem to the one reported before. Do you think you could give us a hand in the resolution?