# Debug Zoom Integration

> Use when isolating failures.

- Skill: `stanfish06/debug-zoom-integration` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add stanfish06/debug-zoom-integration`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stanfish06/debug-zoom-integration/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: stanfish06 (https://skillmd.com/u/stanfish06)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/stanfish06/debug-zoom-integration

---


# Debug Zoom Integration

Use this skill when the user already built something and it is failing.

## Triage Order

1. Auth and app configuration
2. Request construction or event verification
3. SDK initialization or platform mismatch
4. Media/session behavior
5. Client platform and capability assumptions

## Evidence To Request

- Exact error text
- Platform and SDK/runtime
- Relevant request or payload sample
- What worked versus what failed
- Whether the issue is reproducible or intermittent

## Reference Routing

- [oauth](../zoom-oauth/SKILL.md)
- [rest-api](../build-zoom-rest-api-app/SKILL.md)
- [webhooks](../setup-zoom-webhooks/SKILL.md)
- [meeting-sdk](../build-zoom-meeting-sdk-app/SKILL.md)
- [video-sdk](../build-zoom-video-sdk-app/SKILL.md)
- [rtms](../zoom-rtms/SKILL.md)

## Output

- Most likely failing layer
- Ranked hypotheses
- Short fix plan
- Verification steps

