Question About Conference Recording

Im using zoom api for conferincing in my web platform.We r also using your conference recording function.

Now my question is it possible to move user and host facecam position during recording/conference and is it possible to record chat as well.

Thank you.

Hey @notarybd.services,

Can you elaborate on move user and host face cam position? I am not sure what you mean.

As for recording In Meeting Chat, this is possible: https://support.zoom.us/hc/en-us/articles/115004792763-Saving-In-Meeting-Chat

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

Thanks,
Tommy

as you can see according to screenshot facecam appering top right corner of the video…but i want to position it in right center…And by recording chat i mean recording chat in video…not separatly …And also can i put user and host name in bottom of there facecam?

Hey @notarybd.services,

You can use CSS to reposition the video streams. Try updating the CSS translate values:

As for recording in meeting Chat, check out this article and API endpoint:

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

Thanks,
Tommy