> ## Documentation Index
> Fetch the complete documentation index at: https://docs.daily.co/llms.txt
> Use this file to discover all available pages before exploring further.

# February 24, 2026

> The latest updates to Daily's real-time audio and video APIs.

## Overview

February brings DTMF tone support for SIP calls, improved raw-tracks recording reliability during meeting moves, and a Krisp SDK performance optimization that splits noise cancellation into a separate bundle for faster page loads. Audio processor errors no longer mute the microphone, and the 3-hour limitation for raw-tracks recordings has been removed.

Complete release history for our client SDKs is available in our Github release notes:

* [daily-js](https://github.com/daily-co/daily-js/releases)
* [react-native-daily-js](https://github.com/daily-co/react-native-daily-js/releases)
* [daily-react](https://github.com/daily-co/daily-react/releases)
* [daily-ios](https://github.com/daily-co/daily-client-ios/blob/main/CHANGELOG.md)
* [daily-android](https://github.com/daily-co/daily-client-android/blob/main/CHANGELOG.md)
* [daily-python](https://github.com/daily-co/daily-python/blob/main/CHANGELOG.md)

***

## Daily Prebuilt

* Audio processor error handling updated to no longer mute the microphone on Krisp errors.
* Fixed a mute state sync race condition on the first call of the day.
* Krisp SDK is now loaded as a separate bundle for faster initial page load.
* Added a user-facing notification when the Krisp SDK fails to load.
* Updated noise cancellation overload translations.

***

## Dashboard

* Improved dashboard loading speed.
* Removed references to the deprecated `owner_only_broadcast` property.

***

## Media Services

### Telephony

* Added DTMF (telephone-event) support for sending and receiving DTMF tones during SIP calls.
* Added a setting to keep rooms open without WebRTC participants (for SIP-only scenarios).
* Fixed the call transfer initiated event for SIP REFER.
* Fixed dial-in events to be preserved when no peer is in the room yet.

### Recording

* Removed the 3-hour limitation for raw-tracks recordings.
* Improved raw-tracks recording reliability during meeting moves when the SFU connection changes.
* Added `user_name` and `user_id` to raw-tracks recording events.
* Recording finished webhooks are now reliably sent from the upload finisher for improved delivery.

### Webhooks

* Webhook event IDs now include timestamps, matching the format shown in the documentation.

### Transcription

* Added model parameters to the transcription info field.

### REST API

* Fixed the `/domains/member` endpoint to return all non-revoked API tokens.
