Why my meeting sdk didnot have the gallery view option?

I have implemented the meeting SDK in a React web application, and for deployment, we are using AWS CloudFront. However, when attempting to join the meeting, the gallery view option is not showing up. After searching for a solution, I discovered that this might be because cross-origin isolation is not enabled. Can you please help me include the gallery view option in the React application and advise whether I can directly enable cross-origin isolation, or if I need to modify CloudFront? If modification in CloudFront is required, could you guide me on how to do so?

@uitestingawsai please try to refer to this guide first

Thank you @chunsiong.zoom