Setting the file. One moment.
Skill 148 · Zoom Video SDK Unity
Subchapter 148.5
concepts/lifecycle-workflow.mdMarkdown639 BView on GitHub
Also bundled
Architectureflowchart TD
A[Get token from backend] --> B[Initialize Unity wrapper]
B --> C[Bind SDK events]
C --> D[Join session]
D --> E[Map state to Unity scene/UI]
E --> F[Handle media and participant updates]
F --> G[Leave session]
G --> H[Dispose wrapper/resources]