tracking-zoom-meeting-participants.hashnode.devHow I Used Zoom Workplace + AI Companion to Build My 2025 Contributions ReportAs we head into planning and performance conversations for 2025, I found myself in a familiar situation many of us face:scrambling to reconstruct a year’s worth of work spread across meetings, chats, projects, and teams. Not because the work didn’t h...Dec 16, 2025·3 min read
tracking-zoom-meeting-participants.hashnode.devEnable local recording permissions for Zoom Meetings via APITo programmatically record Zoom Meetings using the local recording token feature, hosts must configure specific settings in their Zoom account. This guide explains the required configurations and provides guidance for resolving common issues. Prereq...Aug 28, 2025·3 min read
tracking-zoom-meeting-participants.hashnode.devTrack Zoom Meeting attendance using unique join linksIntegrating Zoom Meetings with a learning management system (LMS) often requires tracking participant attendance without mandating Zoom login or registration. This post walks you through a backend-driven solution that uses the Zoom REST API and webho...Aug 28, 2025·3 min read
donte.hashnode.devHow to add OpenCV as Git Submodule dependency in C++ on Linux ?Have you ever tried managing OpenCV dependency with git submodules? It's a great way to avoid installing OpenCV by simply adding it as a git submodule and incorporating it into the project CMake build file using add_subdirectory. Sounds easy enough, ...Aug 28, 2025·3 min read
tracking-zoom-meeting-participants.hashnode.devTracking Zoom Meeting ParticipantsZoom developers often need to track meeting participants – for example, to record attendance or maintain state for each user. This article will covers how Zoom designs for privacy and permission control. In this blog, we’ll explore how participant id...Aug 28, 2025·8 min read