2.16.0
2.16.0 (September 25, 2025)
ECMAScript Module Support GA
The experimental ESM support introduced in 2.7.0 has been fully integrated is now included by default in the SDK. ESM is no longer experimental and now considered Generally Available (GA). You no longer need to import a separate path and should now work with the standard import:
import { Device } from '@twilio/voice-sdk';Changes
- Removed support for the deprecated Plan-B SDP semantics.
- Removed outdated tests.