Carleton University - School of Computer Science Honours Project
Winter 2021
Meeting Manager with Zoom SDK
SCS Honours Project Image
ABSTRACT
Online meetings have become extremely popular in recent times as COVID-19 has forced most of the population to stay home. Whether meeting for work with employers or for chat sessions with family and friends, everything is slowly moving onto the internet. Applications like Zoom strive in such environments because of their versatility and ease of use. Zoom is a video chat platform where it is possible to host or join meetings whenever and wherever you please. The only problem is that most people have extremely busy schedules and do not have the time to manually set alarms for meetings and open up Zoom every single time they are due for a meeting. As a solution, we create a simple GUI which handles the gathering of meet times and then automatically opens up Zoom to host or join meetings with the help of the Zoom Application Programming Interface (API) and Zoom Windows Client Software Development Kit (SDK). This report will go over the design and implementation process of the proposed Meeting Manager as well as any problems encountered during the coding process.