RELAY Realtime SDK 3.6.0
· One min read
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.
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 bothwaitForEnded
andwaitForResult
. 3e7ce64 - The new alias
detectAnsweringMachine(params)
has been added to theamd(params)
method onVoice.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
andwaitForResult
in the Voice namespace. Please useended()
instead.