Gallery View in meeting SDK

,

When implementing Cross-Origin Isolation (COI) for the gallery view in Zoom, external connections are blocked, causing AWS S3-linked images to fail to load initially and only appear after refreshing the page. Without COI, the gallery view cannot be used, but with COI, the images don’t display directly. Attempts to enable COI for just one page have not yielded a solution yet.

Hi, thank you for posting on the Zoom Developer Forum, @uitestingawsai ! Have you tried different options for enabling SharedBufferArray? I’ve seen scenarios where specific settings can cause behavior similar to what you described. Here is our support documentation on this topic, which includes several options for enabling SharedBufferArray.

@donte.zoom ok then let me try other option i have tried with this GitHub - gzuidhof/coi-serviceworker: Cross-origin isolation (COOP and COEP) through a service worker for situations in which you can't control the headers (e.g. GH pages)

can you suggest me a better methode which will adaptive of aws

Certainly, trying different options is the way to go, @uitestingawsai! As host environments change, it’s difficult to provide a one-size-fits-all solution. Trying different options will help better isolate the behavior you’re seeing and determine if it’s an environment issue as well!