Released: 2026-08-10 Updated: 2026-08-10
Summary: Introduces an AI Agent Skill for development assistance that can be installed via npm to help with developing and debugging Video SDK applications. Enhanced command channel to support cross-subsession messaging between the main session and subsessions, as well as direct messaging capabilities. Added support for additional transcription languages. Fixes issues with virtual background enablement when CSP doesn’t include the unsafe-eval directive. Resolves screen share tab audio issues in certain edge cases.
Added
- You can install the AI Agent Skill for development assistance via npm. After installing
@zoom/videosdk, usenpx @zoom/videosdk install-skillto install the Claude AI Agent Skill, which assists with developing and debugging your Video SDK application.
Changed
- Enhanced command channel to support cross-subsession messaging between the main session and subsessions, as well as direct messaging between the main session and individual subsessions.
- Added support for additional transcription languages.
Fixed
- Issue where virtual background could not be enabled when the Content Security Policy (CSP) did not include the
unsafe-evaldirective. - Issue with screen share tab audio in certain edge cases.