cancel
Showing results for 
Search instead for 
Did you mean: 

Meeting SDK Component view working but Client not working

Sujay
Listener

I tried to integrate Zoom Meeting SDK with Svelte. I got success with Component view but when I tried Client View at that time importing below code throws `Uncaught (in promise) TypeError: _.debounce is not a function` .

 If anyone guide it'll be helpful.

 

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

 

 

3 REPLIES 3

rehanosha
Listener

When the host lowers all hands, the new Component View doesn’t update according to that event. Only the Component View participant’s hand gets lowered (in the user interface).

If everyone lowers their own hand one by one it’s no problem, but if the host clicks on “Lower all hands” then only the Component View user’s hand gets lowered, but nothing happens to the other participant’s hands, in the Component View participant list and gallery view.

In the native Zoom meeting client I can see that all hands are lowered, but they remain raised in the new Component View interface.

Browser Console Error
There is no browser console error logged, however I have taken screenshots of the websocket event history each time I clicked a button, as detailed below in the Screenshots section.

Cheout this guide: https://devforum.zoom.us/t/component-view-sdk-not-updating-correctly-at-lower-all-hands-socket-messa...jungleclash

richfinelli
Listener | Zoom Partner
Listener | Zoom Partner

This seems unrelated. 

richfinelli
Listener | Zoom Partner
Listener | Zoom Partner

I have the same problem. I'm use the Web Client View SDK version 2.1.1 and am getting this error in the console when i view in the browser.