> ## 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.

# May 21, 2026

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

## Overview

May brings daily-js 0.90.0 and react-native-daily-js 0.85.0 with a critical fix for a Firefox 149 regression that prevented remote participant media from playing, and new `provider` and `sipCallId` fields across all dial-in and dial-out events for improved telephony observability. On the server side, presence endpoints now include `mtgSessionId`, and the VCS simulator gains video mode support along with a layer pinning fix.

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-js

[View full release notes →](https://github.com/daily-co/daily-js/releases/tag/daily-js-2026-05-13-0.90.0)

### 0.90.0

* Added `provider` and `sipCallId` fields to all `dialin-*` and `dialout-*` events, making it easier to correlate telephony events with specific calls and providers.
* ⚠️ Fixed a Firefox 149 regression that caused remote participant media not to play.
* Fixed a corner case in iOS user-agent detection.
* Updated dependencies to resolve vulnerabilities.

***

## react-native-daily-js

[View full release notes →](https://github.com/daily-co/react-native-daily-js/releases/tag/react-native-daily-js-2026-05-13-0.85.0)

### 0.85.0

* Added `provider` and `sipCallId` fields to all `dialin-*` and `dialout-*` events.
* Updated dependencies to resolve vulnerabilities.

***

## daily-python

[View full release notes →](https://github.com/daily-co/daily-python/blob/main/CHANGELOG.md)

### 0.28.1

* Fixed a segmentation fault that could occur after virtual microphone or speaker inputs or publishing updates.

***

## Media Services

### Streaming

* Added video mode to the VCS simulator, allowing developers to test video layouts directly in the simulator.
* Fixed a track add bug in VCS layer pinning.

***

## REST API

* Added `mtgSessionId` to the responses of [`GET /presence`](/reference/rest-api/presence/get-presence) and `GET /rooms/:name/presence`.
