Setting the file. One moment. Event Handling Pattern · Zoom Video SDK React Native · anthropics/knowledge-work-plugins · Skills Docs
Attach listener(s) early and route all event types through a centralized state handler.
- session join/leave and error events
- user/video/audio/share status changes
- chat + command channel events
22
Validate Data
Tech Debt
62
Recruiting Pipeline
71
Vendor Check
125
Zoom Meeting SDK Web
88
Vendor Review
181
Create An Asset
Official Sources
recording/transcription status events
- Register listeners once near app/session root.
- Map event payloads to typed state updates.
- Keep cleanup to remove listeners on unmount/leave.
For a production-like test surface, implement a single custom session screen with:
- Join / leave actions
- Local controls: mute-unmute, video on-off
- Device controls: camera switch, speaker toggle
- Remote participant video tiles
- Timestamped event log panel
This minimal UI gives fast validation of core media and event paths without relying on sample navigation complexity.
examples/event-handling-pattern.md