<< All versions
Skill v1.0.0
Trusted Publisher100/100openai/plugins/flutter
──Details
PublishedMay 19, 2026 at 10:25 PM
Content Hashsha256:7f2b8d6837f990b4...
Git SHA
──Files
Files (1 file, 2.8 KB)
SKILL.md2.8 KBactive
SKILL.md · 83 lines · 2.8 KB
version: "1.0.0" name: zoom-video-sdk-flutter description: | Zoom Video SDK for Flutter. Use when building custom video session apps in Flutter with flutter_zoom_videosdk, event-driven architecture, session lifecycle handling, and mobile platform integration patterns.
Zoom Video SDK (Flutter)
Use this skill for Flutter apps that build custom real-time video session experiences with Zoom Video SDK.
Quick Links
- [Lifecycle Workflow](concepts/lifecycle-workflow.md) - init -> joinSession -> media/control -> leave -> cleanup
- [SDK Architecture Pattern](concepts/sdk-architecture-pattern.md) - helper-based API surface and event model
- [High-Level Scenarios](concepts/high-level-scenarios.md) - common product patterns
- [Setup Guide](examples/setup-guide.md) - package setup + platform prerequisites
- [Session Join Pattern](examples/session-join-pattern.md) - tokenized session join flow
- [Event Handling Pattern](examples/event-handling-pattern.md) - listener mapping and action routing
- [SKILL.md](SKILL.md) - complete navigation
Core Notes
- Video SDK sessions are custom sessions, not Zoom Meetings.
- Keep SDK credentials server-side; generate JWT token on backend.
- Integration is strongly event-driven; bind listener flows early.
- Feature support and enum names can drift by wrapper/native version.
References
Related Skills
Merged from video-sdk/flutter/SKILL.md
Zoom Video SDK Flutter - Documentation Index
Start Here
Concepts
Examples
References
Troubleshooting
Operations
- RUNBOOK.md - 5-minute preflight and debugging checklist.