No self video preview shown on chrome browser ( v 94.0.4606.54) but shown on firefox on using web sdk of cdn version 2.0.1

Description
I can’t see my video preview on chrome browser (version 94.0.4606.54) but can see video preview on firefox browser. I have used the web sdk cdn version 2.0.1. I have used all the css and javascript of same version too.

Browser Console Error
There is no any console error

Which Web Meeting SDK version?
2.0.1

Meeting SDK Code Snippets
Same as in provided sample demo

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

  1. Click on video button
  2. No video preview

Screenshots

Device Info:

  • Device: [Acer]
  • OS: [Ubuntu, Windows]
  • Browser: [Chrome]
  • Browser Version [94.0.4606.54 (Official Build) (64-bit)]

Additional context
I found about Cross-Origin Isolation Sample App Example but can’t find the clear solution for app using cdn version

Hey @baniya.baniya.ab,

Thank you for reaching out to the Zoom Developer Forum. When it comes to setting these headers with the CDN version, you can add the COOP and COEP values as headers in the webpack.config.dev.js file.

Alternatively, you can add the Origin Trial to your page temporarily. I also recommend updating to the latest version of Chrome which is 96+ for me.

Thanks,
Max

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