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

# April 14, 2022

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

## April 14, 2022

## daily-js 0.25.0

* 🐛 Bugfix: In iframe mode, the `leave()` Promise resolved a bit earlier than it should have, but we promise it will wait until the participant has completely left the call now.
* 🐛 Bugfix: Participant usernames were not always available in the `participant-joined` or `joined-meeting` events. We updated it so you always know who each participant is as soon as they join.
* 💀 The `publish` flag has been deprecated in `updateInputSettings()`.
* New types have been added to the `getNetworkStats()` response: `totalSendPacketLoss` and `totalRecvPacketLoss`

## react-native-daily-js 0.23.0

* New types have been added to the `getNetworkStats()` response: `totalSendPacketLoss` and `totalRecvPacketLoss`

## Daily React Hooks

* 🐛 Bugfix: `useLocalParticipant` was hitting a race condition when the local participant was initialized. We made sure you always get the correct response every time.

## Additional

* 🐛 Bugfix for Chrome: `setBandwidth()` settings were getting lost after stopping a screen share. What was once lost is now found — we've made sure this doesn't happen anymore.
