Zoom bloked por Cross Origin en firefox

Description
Zoom bloked when activating Cross Origin in our AppWeb and open in Firefox browser but Chrome browser is working normal, SharedArrayBuffer is true and whatching the camera boxes. anybody knows what happens?

Browser Console Error
error1. UI for option to report certificate errors to Mozilla. Removed on
init for other error types .
error 2. has a security policy called HTTP Strict Transport Security (HSTS), which means Firefox can only connect to it securely. You cannot add an exception to visit this site.

Which Web Meeting SDK version?
1.9.8

Meeting SDK Code Snippets

"RewriteEngine on

Header set Access-Control-Allow-Origin "*" Header set Cross-Origin-Embedder-Policy: "require-corp" Header set Cross-Origin-Opener-Policy: "same-origin" Header set Strict-Transport-Security: "max-age=86400; includeSudDomains; "

Note: this file .htacces is on the app root and put headers in all files

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Put code in .htaccess and save
  2. start app and test in Chrome (Result: good)
  3. start app and test in Firefox (Result: Page Bloked )
  4. start app and test in Edge (Result: good)
  5. then look others option to quit this bloked and so on…

Screenshots
Screen Shots shared

Device (please complete the following information):

  • Device: [laptop]
  • OS: [Windows]
  • Browser: [Chrome, Firefox , Edge]
  • Browser Version [Versión 99.0.4844.74 (Build oficial) (64 bits); Version 98.0.1 (64-bit), Versión 99.0.1150.46 (Compilación oficial) (64 bits) ] respectively

Additional context

The application without the Cross Origin works fine in all three browsers (Chrome, Firefox, Edge), without the boxes of the cameras in the user type meeting, however it is time to show the user the cascade of cameras and when enabling this policy arises the block in the browser (Firefox).

Welcome, @luis.henao,

The latest version of the SDK is now 2.3.5, please can you try upgrading from 1.9.8 and see if the issue persists? There have been*** multiple bug fixes **since your version of the SDK. Linked below is our Sample SDK App and Cors support documentation.

Let me know if you have any questions about this.

Cheers,
Donte

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