1.0 KiB
1.0 KiB
Unity Video SDK Overview
What this platform skill is for
- Integrating Zoom Video SDK wrapper into Unity projects
- Building custom in-scene video interaction experiences
- Mapping session lifecycle and participant events into Unity game loop/UI
Primary implementation path
- Backend generates short-lived Video SDK token.
- Unity initializes wrapper objects and event bindings.
- Unity joins session with session name and user identity.
- Unity updates scene/UI based on SDK callbacks.
- Unity leaves session and disposes wrapper resources cleanly.
Prerequisites
- Unity project with packaged
ZoomVideoSDK.unitypackage - Backend token endpoint
- Platform-specific permissions for mic/camera on target builds
Important notes
- Unity wrapper version may lag native SDK versions.
- Validate feature availability before promising parity with native platforms.