Unable to pin the host and cannot see gallery view in zoom web SDK

Before Creating a New Topic:

If you’re experiencing unexpected Video SDK behavior please search the forum with relevant keywords (e.x. error message) and follow the guidance outlined in those posts. Please also leverage the following support links:


Description
Unable to pin host/video etc of a particular user.
Also cannot see the gallery view of users.

Both of these options are there in zoom official web client.
How to enable these features in Meeting Sdk Web client view

Browser Console Error
Nil

Which Web Meeting SDK version?
2.12.2

Meeting SDK Code Snippets
I am using client view
There is no particular snippet code but i saw that defaultView option was added, so i tried it -

import { ZoomMtg } from "@zoomus/websdk";

  ZoomMtg.init({
    defaultView: "gallery",  // <------ this
    disableInvite: true,
    debug: true

To Reproduce(If applicable)
There is no particular reproducible code.

Screenshots
If applicable, add screenshots to help explain your problem.

Troubleshooting Routes
The troubleshooting attempt types you’ve already exhausted, including testing with the appropriate sample app (found on Zoom · GitHub).

Device (please complete the following information):

  • Device: [e.g. Macbook Pro]
  • OS: [e.g. macOS 11]
  • Browser: [e.g. Chrome]
  • Browser Version [e.g. 88.0.4324.150 (Official Build) (x86_64)]

Additional context
Add any other context about the problem here.

infos to enable gallery view → Implementing Cross-Origin Isolation

https://developers.zoom.us/docs/meeting-sdk/web/gallery-view/

which one should i prefer

Cross-Origin Isolated
Credentialless headers

?

Credentialless

this is Chrome only

Cross-Origin Isolated

it works for Chrome + Firefox and perhaps later for other browser

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