admin管理员组

文章数量:1312862

I am making a web app for a client and they would like to integrate an attendance tracker. My idea for it is that they would enter the meeting link and start time and, at the correct time, the app would spawn a bot that joins the meeting, takes the attendance list, saves that to a database, and leaves. My app is being built using nextjs. Does anyone have any idea on how I could implement this?

I have tried using the zoom api's get past meeting participants route but that requires the attendance taker to also be the host, but that is not the case here. I also could make a python script that does this but it would be nicer if it could be packaged into the app and be fully automatic.

本文标签: nextjsHow to make Zoom Attendance TrackerStack Overflow