August 26, 2025
Overview
August brings browser compatibility fixes for Chrome 140 and Firefox 142, new screen sharing capabilities before joining a call, and telephony improvements including dial-out extensions and cross-domain SIP transfers. We've also shipped Daily Prebuilt accessibility improvements, a high CPU usage notification, and stability fixes across our media services.
Complete release history for our client SDKs is available in our Github release notes:
daily-js
0.83.1
- Updated mediasoup-client for compatibility with Chrome 140. Without this fix, joining or reconnecting to a call without an audio track would fail on Chrome 140.
- Added a workaround for a Firefox 142 bug that caused
daily-jsto incorrectly report bad network conditions due toroundTripTime. - Fixed a regression in 0.82.0 where
captureOptionspassed tostartScreenShare()were ignored. - Removed deprecated and unused
rtp-tracksrecording support.
0.82.0
- Added support for calling
startScreenShare()prior tojoin(). A call topreAuth()orstartCamera()is still required first to initialize state. - Fixed and improved error handling for
setOutputDevicesAsync(). The method now throws an error if the call fails. - Updated dependencies to resolve security vulnerabilities.
- Bumped Krisp to the latest version with updated models. Added handling for CPU overload which can cause choppy voice output. This will temporarily and silently pause audio processing while the CPU recovers. If overload continues,
daily-jswill emit anaudio-processor-errorwitherrorMsgof"Krisp error: system overload", turn off the processor, and mute the microphone.
react-native-daily-js
0.80.0
- Updated mediasoup-client dependency to latest.
- Removed deprecated and unused
rtp-tracksrecording support.
0.79.0
- Updated dependencies to resolve security vulnerabilities.
Daily Prebuilt
- Fixed unblock instructions in embedded Prebuilt on Chrome on iOS.
- Added a high CPU usage notification snackbar.
- Improved accessibility throughout the Prebuilt interface.
Media Services
Telephony
- Added support for providing a phone extension in
startDialout(). - Enabled SIP call transfer to non-Daily domains.
- Improved handling of dial-in properties when creating rooms with dial-in configured.
- Added
roomNameto transcription webhook events.
Recording
- Fixed a bug where audio tracks were not being added to recordings.