anthropics--knowledge-work-plugins
987 B
987 B
macOS Video SDK Overview
What this platform skill is for
- Building custom macOS desktop video experiences
- Managing richer desktop device, windowing, and render scenarios
- Integrating session controls with native app architectures
Primary implementation path
- Backend issues short-lived Video SDK token.
- macOS app initializes SDK and event/delegate bridge.
- App joins session and activates media controls.
- App maps participant/media events to desktop windows/views.
- App handles leave, shutdown, and resource cleanup safely.
Prerequisites
- Xcode macOS app setup with SDK frameworks
- Token backend service
- Audio/video/screen permissions and entitlement checks
Important notes
- Keep app-level session state management explicit.
- Validate entitlement and privacy prompts on clean machines.