You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C# SDK for writing in-meeting Zoom bots. Includes "UsherBot", a bot that automatically hosts meetings including starting/stopping them, admitting participants from the waiting room and chatting with them in the meeting. It also implements numerous in-meeting slash commands through chat.
This repository contains a C# application that connects to the Zoom API using OAuth for server-to-server authentication. It retrieves active users from a Zoom account and schedules a meeting for each user.