Zoom Web SDK Customization

I have integrated Zoom web sdk into my web application based on PHP.
I am using paid account.

I have some questions
1- Can I get only Live Streaming Video of meeting?
2- I only want audio, Video and participants list of the meeting, is that possible?
3- If the host is sharing live camera, can I set the participants screen view with the host live camera BY DEFAULT?

NOTE: MY ALL QUESTIONS ARE RELATED WITH ZOOM WEB SDK.

Thank you ZOOM

Yes, it is possible to get the live streaming Video of a meeting. Also, with our Get Live Stream Details API, you can live stream a meeting to a custom platform. More details can be found below in our help documentation:

https://support.zoom.us/hc/en-us/articles/360028478292-Live-streaming-meetings-or-webinars-on-YouTube

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

Yes, it is possible to get the audio, Video, and participant list of meeting. Documentation on recording a meeting and getting a list of meeting participants via our API are linked below:

https://support.zoom.us/hc/en-us/articles/203741855-Cloud-recording

https://support.zoom.us/hc/en-us/articles/201362473-Local-recording

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

Yes, you set the view by Pinning participants' videos - Zoom Support.

Alternatively, if you are looking to get access to the raw audio and video, our Video SDK may be a better fit. Down below is our Video SDK help documentation:

https://marketplace.zoom.us/docs/sdk/video/introduction

Please let me know if this helps.

Best,
Donte

1 Like

Hello, Thanks for your help.

But all of your solutions required Zoom Clients, either Zoom desktop client or Zoom mobile client.
But I am asking the below questions for Chrome Web Page Only.
1- Can I get only Live Streaming Video of meeting?
2- I only want audio, Video and participants list of the meeting, is that possible?
3- If the host is sharing live camera, can I set the participants screen view with the host live camera BY DEFAULT?

Hey @james.benchimol,

Thanks for clarifying.

Currently, the Web SDK does not support live streaming.

You can use Cloud Recording with the Web SDK to capture audio and video. The Web SDK also shows a list of participants.

We don’t have a method to set the view of a participant programmatically. If you would like this feature to be considered for a future release, I recommend posting in the Feature Requests category.

Let me know if that helps.

Thanks,
Max

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