[Chrome] Not able to see my own video in the call, already activate the chrome's Origin Trial but still

Description
I’m not able to see my own video in the call, I already know this is happening due to chrome SharedArrayBuffer and in my case, I’m Implementing Chrome Origin Trials and works perfect for localhost, now the problem is when I create and add the token for my website, I mean when I create the token for https://david.bla.com (<- example, not real website) it doesn’t work and I run typeof SharedArrayBuffer ==='function' and is giving me false … what is happening ?? why is working on my local environment but not in the server?? Some help!

Browser Console Error
No errors in the console related to this

Which Web Meeting SDK version?
1.9.9

Meeting SDK Code Snippets
Just adding the <meta http-equiv="origin-trial" content="TOKEN_GOES_HERE"> with my token created for my website

Device (please complete the following information):

  • Device: Macbook Pro
  • OS: macOS Catalina (10.15.6)
  • Browser: Chrome
  • Browser Version: 95.0.4638.54 (Build Oficial) (x86_64)

Additional context
Works perfectly when I set the token as my localhost (just as in the example of your tutorial here: https://marketplace.zoom.us/docs/sdk/overview/improve-performance) but the problem is that I create a new token for my website … I deploy the changes and is not working on my website … what could I be doing wrong ??

Hey @Deivbid,

Thank you for reaching out to the Zoom Developer Forum. What do you have configured differently on your production server? Are you displaying the Web SDK in an iFrame?

I’ll note that the origin trial is a temporary workaround to avoid/adjust to immediate cross-origin isolation. You may want to try using the headers instead of the origin trial as a test to see if that works on your production server.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.