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

# September 15, 2023

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

## Overview

Highlights include:

* `daily-android` adding support to decode H.264, beta support for custom tracks, and extended host controls
* `daily-ios` adds extended host controls
* `daily-js` and `react-native-daily-js` both receive improved `sendAppMessage()` functionality and a number of bugfixes

## daily-android

### 0.10.1

#### Added H.264 decode supports

Android devices can now decode H.264 media streams. This feature allows for iOS and Android interoperability for when iOS clients enable the `adaptiveHEVC` feature to send H.264 and H.265 hardware encoded media streams.

#### Beta: Custom track supports

`daily-android` adds beta support for [sending](https://reference-android.daily.co/daily-android/co.daily/-call-client/-beta/add-custom-video-track.html) and [receiving](https://reference-android.daily.co/daily-android/co.daily.settings.subscription/-media-subscription-settings/index.html) custom tracks.

#### Added Owner controls for remote participant devices

Owners can now control the camera and microphone for other participants in call. This allows meeting hosts to better moderate conversations by muting participants and stopping unwanted microphone noise during a call.

#### Release notes

For more information, check out the [release notes](https://github.com/daily-co/daily-client-android/blob/main/CHANGELOG.md).

## daily-ios

### 0.10.1

#### Added Owner controls for remote participant devices

Owners can now control the camera and microphone for other participants in call. This allows meeting hosts to better moderate conversations by muting participants and stopping unwanted microphone noise during a call.

#### Release notes

For more information, check out the [release notes](https://github.com/daily-co/daily-client-ios/blob/main/CHANGELOG.md).

## daily-js

### 0.51.0

#### Advanced firewall controls for Daily Prebuilt

Daily Prebuilt now supports advanced firewall controls, allowing you to provide an IP proxy or TURN override to comply with strict firewall rules.

[Contact us](https://live.daily.co/talk-to-us) to learn more.

#### Bugfixes

This release also contains bugfixes and improvements. Most notably, this release:

* Resolves an issue for Firefox users where turning a camera off and then back on would result in the camera video remaining off.
* Improves reliability for iOS Safari who receive a phone call while in a Daily meeting.

#### Release notes

For more information, check out the [release notes](https://github.com/daily-co/daily-js/releases/tag/daily-js-2023-09-13-0.51.0).

### 0.50.0

#### sendAppMessage improvements

[`sendAppMessage()`](/reference/react-native/instance-methods/send-app-message) now supports more ways to send messages between participants. In this release, you can now specify an array of participant IDs to message. To learn more, check out the [reference docs](/reference/react-native/instance-methods/send-app-message).

#### Release notes

For more information, check out the [release notes](https://github.com/daily-co/daily-js/releases/tag/daily-js-2023-08-31-0.50.0).

## react-native-daily-js

### 0.49.0

#### Bugfixes

This release contains bugfixes and improvements. Most notably, this release:

* Improves reliability for iOS users who receive a phone call while in a Daily meeting.

#### Release notes

For more information, check out the [release notes](https://github.com/daily-co/react-native-daily-js/releases/tag/react-native-daily-js-2023-09-13-0.49.0).

### 0.48.0

#### sendAppMessage improvements

[`sendAppMessage()`](/reference/daily-js/instance-methods/send-app-message) now supports more ways to send messages between participants. In this release, you can now specify an array of participant IDs to message. To learn more, check out the [reference docs](/reference/daily-js/instance-methods/send-app-message).

#### Release notes

For more information, check out the [release notes](https://github.com/daily-co/react-native-daily-js/releases/tag/react-native-daily-js-2023-08-31-0.48.0).

## daily-react

### 0.12.0

#### Release notes

This release contains a number of improvements and bugfixes. For details, checkout the [release notes](https://github.com/daily-co/daily-react/releases/tag/daily-react-2023-09-13-0.12.0).

## Daily Prebuilt

* Fixed an issue where participants would infrequently send low bandwidth video even when their network was performing nominally.
* Fixed an issue in the precall lobby where a user would see a message notifying them to grant device permissions even if permissions were already granted.
* Fixed an issue where the meeting end timer's notification text could be difficult to read if certain custom theme colors were applied.
* Made a number of performance improvements as a result of improving daily-react hooks.
