This directory contains project-specific documentation for the Arlo Meeting Assistant Zoom App.
For general Zoom Apps development guidance, including SDK setup, OAuth, RTMS, and REST API patterns, see the reusable skill documentation:
Location: .claude/skills/zoom-apps/
The skill includes:
- Getting Started - Marketplace setup, ngrok configuration
- SDK Setup - SDK initialization and capabilities
- Frontend Patterns - React + SDK usage patterns
- Backend OAuth - OAuth flows, token management
- RTMS Integration - Real-time media streams
- REST API Guide - Making Zoom API calls
- Security Best Practices - OAuth security, encryption
- SDK Reference - Complete SDK API reference
| Document | Description |
|---|---|
| ARCHITECTURE.md | Arlo Meeting Assistant system design and architecture |
| PROJECT_STATUS.md | Development roadmap and current phase status |
| TROUBLESHOOTING.md | Arlo-specific debugging and issue resolution |
- Main Project: See CLAUDE.md for project overview and development commands
- Zoom Apps Skill: See zoom-apps.md for the main skill entry point
This /docs/ directory contains documentation specific to the Arlo Meeting Assistant project - its architecture, roadmap, and project-specific troubleshooting.
The /skills/zoom-apps/ directory contains reusable documentation for building any Zoom App - patterns, code templates, and best practices that apply to all Zoom Apps development.