最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

next.js - How to make Zoom Attendance Tracker? - Stack Overflow

programmeradmin0浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论