Skip to main content

RELAY Realtime SDK 3.6.0

· One min read
Renae Sowald

We are happy to announce Realtime-API SDK 3.6.0.

Upgrading is straightforward with our release process, which adheres to Semantic Versioning. Minor versions are guaranteed to not have breaking changes, so you can upgrade with confidence.

SignalWire Release Card

Version 3.6.0 of the Realtime SDK is a small release and includes some improvements and a fix.

Improvements

  • We have added an inputSensitivity type for Call recording methods to improve the recording experience with background noise. 583ef73
  • We have added the ended() method in Voice to replace both waitForEnded and waitForResult. 3e7ce64
  • The new alias detectAnsweringMachine(params) has been added to the amd(params) method on Voice.Call for better clarity. a32413d

Fixes

  • Fixed disconnected method on Voice Call to better handle listening for ended calls. 45248ff

Deprecations

  • We are deprecating the methods waitForEnded and waitForResult in the Voice namespace. Please use ended() instead.