Is it possible to add custom buttons in participants list of sample web sdk

Description
I want to add new buttons in the participants’ list of sample web demo and want to add custom functionality to the sample web demo.

1 Like

Hey @ramya,

Currently this is not possible out of the box with the Web SDK, but you can use JS or CSS to do this.

Thanks,
Tommy

Thanks for the quick reply @tommy, could you please tell which source code I need to use for customization so I can work on that.

Hey @ramya,

Since it is not supported out of the box, you would have to create the button using html and then position it where you want it using CSS.

Thanks,
Tommy

Hi @tommy
Ok, I have added the button using js and CSS.

Actually I am getting another issue if I refresh the page then already joined user will joining as new users so in participants I am getting duplicate user

Can you please tell me how can I handle it.

Thanks

1 Like

Hey @ramya,

Happy to hear you added the button.

About the refresh flow, if you refresh the browser, it is the same as loosing connection and then re joining.

The duplicate user will be removed in a few moments once Zoom detects they were disconnected.

Thanks,
Tommy