Only one camera seen when two people have joined with their camera

Meeting SDK Type and Version
Meeting SDK Type: Client and Version: 2.6.0

Description
When two users join for zoom meet through meeting SDK with their camera, I see only one camera in the meeting.

Error?
No error message

How To Reproduce
Steps to reproduce the behavior including:
*1. Open Chrome or Chromium
*2. Join zoom meeting through SDK
*3. See that only one camera feed is seen, when two people have joined their cameras. (Number of cameras feed expected is 2 for two users).

zoom web client needs the javascript function “SharedArrayBuffer” to support multiple video streams

the function was disabled across browsers in January 2018 due to Spectre & Meltdown vulnerabilities

the reactivate this function on all browser you have to implement Cross-Origin Isolation

Can you please tell me step by step to implement shared array buffer.
Please dont close this post.

Cross-Origin Isolation has to be configured on the web server (or the backend), not in the client programming

here are instructions for configuration of Nginx web server

@j.schoenemeyer, Thanks for sharing our support guide with step-by-step instructions for enabling Cross-Origin Isolation.

@feby , Should you have any additional questions, please feel free to let us know – we are always happy to hep!

I tried running the react sample app.

I did the instructions given in README step by step for Local (I want client view for my site). When I do npm start, it gives the following error:

https false
disableCORP false

[HPM] Proxy created: /meeting.html → http://127.0.0.1:9998/
:information_source: 「wds」: Project is running at http://0.0.0.0:9999/
:information_source: 「wds」: webpack output is served from /static
:information_source: 「wds」: Content not from webpack is served from /home/user/Documents/skillkidz/code/test/meetingsdk-web-sample/Local
:information_source: 「wds」: 404s will fallback to /index.html
Listening at http://127.0.0.1:9999/index.html
:information_source: 「wds」: Project is running at http://0.0.0.0:9998/
:information_source: 「wds」: webpack output is served from /static
:information_source: 「wds」: Content not from webpack is served from /home/user/Documents/skillkidz/code/test/meetingsdk-web-sample/Local
:information_source: 「wds」: 404s will fallback to /index.html

Listening at http://127.0.0.1:9999/index.html
node:events:505
throw er; // Unhandled ‘error’ event
^

Error: spawn chrome ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:476:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Emitted ‘error’ event on ChildProcess instance at:
at ChildProcess._handle.onexit (node:internal/child_process:289:12)
at onErrorNT (node:internal/child_process:476:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -2,
code: ‘ENOENT’,
syscall: ‘spawn chrome’,
path: ‘chrome’,
spawnargs: [ ‘http://127.0.0.1:9999/index.html’ ]
}

Node.js v18.2.0

Please let me know how to fix this error.

Please check in Web SDK for meetings. Chat is not working in Chrome and Chromium - #4 by feby for my code

@feby ,

It looks like this topic may be a duplicate of another. I will go ahead and close out this topic and continue to provide support here.

We kindly request that you only submit a single topic for any issues you are experiencing and keep any response to that thread.