Web SDK create meetings and retrieve meetings and Black screen showing

Greetings,

This may be ambiguos as I just started playing with the websdk.
By now I’m able to create a meeting from my phone app and join using a react application test,
I would like to know if there is a way for the next things:

1.- Change UI to fit custom design (if this can be achieved by ZoomMtg kinda like when a user join, to handle UI interactions via code).
2.- Create meetings and be able to retrieve them by groups, I.E, I have a room named Batcave, and a room named Wayne Manor, I would like to retrieve the meetings that are listed from each room.
3.- Know how many users are inside each meeting beforehand.

A link to docs would be appreciated, I’m not looking for examples ( would be great tho) neither someone coding the solution for me, just where to start.

Also, When I created the test app, I get a black screen which is the zoom div, (I tried to hide it until a function was executed, after adding id and password of the meeting). I currently solved this by playing with css properties but I’m wondering if there is a different way to get this done.

Thanks in advance

Hey @MiguelDagm8, thanks for posting and using Zoom! :slight_smile:

Currently the Web SDK is not customizeble outside of removing / configuring certain features listed here:

https://marketplace.zoom.us/docs/sdk/native-sdks/web/reference

You can use the Zoom API to create and manage the meeting settings:

https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate

You can use our Webhooks and APIs to get the number of participants:

https://marketplace.zoom.us/docs/api-reference/webhook-reference/meeting-events/participant-joined-meeting

https://marketplace.zoom.us/docs/api-reference/zoom-api/dashboards/dashboardmeetingparticipants

https://marketplace.zoom.us/docs/api-reference/zoom-api/reports/reportmeetingparticipants

This is how we suggest hiding / showing the Web SDK, with CSS. You can see an example of this here:

Let me know if you have any additional questions! :slight_smile:

Thanks,
Tommy

Thanks for the help,
This will do for a while until finding an issue or getting stuck.

1 Like

Happy to help!

Let me know if you have any follow up questions! :slight_smile:

Thanks,
Tommy

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