Skip to content

2.16.0

Choose a tag to compare

@mhuynh5757 mhuynh5757 released this 25 Sep 23:37
· 75 commits to master since this release

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.