Twilio Changelog | May. 02, 2024

Voice JS SDK Chrome Extensions Manifest V3 Support & Improved Call Control

Chrome Extensions - Manifest V3 support

  • We are officially supporting Chrome Extensions in the latest release of the Voice JS SDK (2.11.0) and adding support for Manifest V3. With this release the SDK can now run in a service worker context to listen for incoming calls or initiate outgoing calls. When the call object is created, it can be forwarded to an offscreen document where the SDK has access to all the necessary APIs to fully establish and interact with the call. 

 

Improved call control experience

  • The 2.11.0 Voice JS SDK release adds support for handling multiple incoming calls for the same identity (Access Token). Calls can now be accepted, muted, or put on hold without disconnecting any existing active calls. This can be achieved by forwarding the incoming call to a different Device instance. 

 

Check out the docs for more information and example code. We can’t wait to see what you build!

Voice