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

# October 23, 2020

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

# October 26, 2020

## Introducing call logs and metrics

All Daily calls now expose logs and metrics, so you can dig into your video call quality.

* **Logs** provide a record of the events that take place during a call.
* **Metrics** are WebRTC stats that help you understand and characterize video call quality and performance.
  You can view these new features either in your dashboard or through the new `/logs` endpoint.

## Dashboard

In the [recently launched](/changelog/005-2020-09-17) Sessions tab, you can now explore an individual participant’s session data. There you’ll find their call logs and metrics, along with other participant details.

<img src="https://mintcdn.com/daily-co/k5NXwOZS3v6Jul7S/assets/changelog/changelog-06-inline.png?fit=max&auto=format&n=k5NXwOZS3v6Jul7S&q=85&s=d07fc34a330a1253bbf3c323e81f2da8" alt="Participant and session details in the Daily dashboaard" width="1240" height="1044" data-path="assets/changelog/changelog-06-inline.png" />

*Explore participant and session details from the Daily dashboard.*

## /logs

The `/logs` endpoint returns even more granular detail about your calls, including track level details. Check out a walkthrough on [our blog](https://www.daily.co/blog/the-logs-endpoint-and-beyond/), see the endpoint in action through the[ Daily Call Explorer](https://colab.research.google.com/drive/1pMcB1I3YOhG7jcdH5ZrJk2VLb6cVzevm), or read our [full documentation](/reference/rest-api/logs).

## react-native-daily-js (public beta)

[react-native-daily-js](https://www.npmjs.com/package/@daily-co/react-native-daily-js) gives React Native developers access to the same APIs and server-side infrastructure that powers [daily-js](https://www.npmjs.com/package/@daily-co/daily-js) web calls. It:

* Brings the [Daily call object](/reference/daily-js/daily-call-client) to mobile devices, so developers can access call primitives, respond to call events, and build entirely custom, native video chat experiences.
* Handles connections between callers, including all the quirks that can come up when participants are on different browsers and devices.
* Provides access to participants’ network stats, enabling call-quality insights.

Read the full announcement on [our blog](https://www.daily.co/blog/announcing-react-native-daily-js/), or experiment with our [playground repository](https://github.com/daily-co/react-native-daily-js-playground).

## Call experience and other updates

* 🔍  Shipped search in the dashboard, so you can look up specific session, room, and participant information more quickly
* ✨  Refreshed our brand, launching [a new Daily homepage](https://www.daily.co/) and dropping the ".co"
* 🚦  Shipped a new [status page](https://status.daily.co/)
* 🔒  Improved account security by introducing extra email verification for new accounts
* ✅  Released [daily-js version 0.9.994](https://www.npmjs.com/package/@daily-co/daily-js):
  Added preload support to enable later performance improvements once a call loads
  Improved TypeScript declarations to better separate React Native and web functionality
  Fixed a bug related to mic enablement on iOS meetings, so call events continue even when app is backgrounded
* ✅  Added support for teams using multiple subdomains for sharing links to different sessions, participants, and API logs
* ✅  Fixed some bugs related to inviting and joining a team
* ✅  changeFixed a bug where certain expired rooms weren’t marked as expired

<img src="https://mintcdn.com/daily-co/k5NXwOZS3v6Jul7S/assets/changelog/changelog-06-inline-search.gif?s=c71502f803933c44714c520af68bbfb3" alt="Search in the Daily dashboard" width="960" height="868" data-path="assets/changelog/changelog-06-inline-search.gif" />

*Search for session, room, and participant information from the dashboard.*
