Nothing happens after clicking on view button in zoom like grid view and speaker view option

Description
Nothing happen after clicking on view button in zoom expecting grid view and speaker view option

Browser Console Error
No error in console

Which Web Meeting SDK version?
2.0.1

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

Device (please complete the following information):

  • Device: Desktop HP
  • OS: windows 10
  • Browser: chrome
  • Browser Version: Version 96.0.4664.110 (Official Build) (64-bit)

Additional context
Implemented Chrome Origin Trials
returning true in typeof SharedArrayBuffer === “function”

image url Screenshot-10 — ImgBB

Greetings, @hinal.t,

Welcome to the Developer Forum – it is a pleasure to have you. Thanks for verifying that you’ve already implemented Chrome Origin Trails. Based on the screenshot, I noticed the application is being served over HTTP. As a test, can you sever your site over HTTPS and let us know if the behavior persists? You can quickly enable a locally running server with a tool like Ngrok, which allows you to tunnel traffic to your server running on localhost through an HTTPS domain.

I am looking forward to hearing back from you.

Best,
Donte

Greetings, @donte.zoom

Thanks for replay
ngrok did not solve my problem

I added below  styles in html to get dropdown now dropdown working
<link  type="text/css" rel="stylesheet" href="https://source.zoom.us/2.1.1/css/bootstrap.css" />
<link type="text/css" rel="stylesheet" href="https://source.zoom.us/2.1.1/css/react-select.css" />
1 Like

@hinal.t,

Fantastic! Glad to hear you were able to resolve the matter. Should you have any additional questions, or comments, don’t hesitate to reach out.

Best,
Donte

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