Capture attendees pictire (screenshot)

Hello everyone,
I want to develop a functionality to capture photos of attendees from the host’s account during a Zoom meeting.
Please tell me how can I do that ?
Does zoom web video SDK provides this functionality to capture video stream of participant

Hi @israa.junaid ,

you can use the recording functionality to record participants during a meeting, but screenshot functionality is not something we provide, but would rather have to be built out with your own custom code.

Thanks,
Rehema

Can you please tell me does the video sdk has a functionality to get participant’s video stream ?

Or does the zoom app sdk has any event to take participant photo ?

Hi @israa.junaid ,

You can capture users’ video stream using client.getMediaStream() & render the video of other participants to see the stream.

If you want to take a photo at a certain event, you can brown through our event handlers and add in custom functionality using one.

Thanks,
Rehema

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