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

# August 11, 2020

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

# August 31, 2020

<img src="https://mintcdn.com/daily-co/k5NXwOZS3v6Jul7S/assets/changelog/changelog-04.png?fit=max&auto=format&n=k5NXwOZS3v6Jul7S&q=85&s=cb79313633f3507102c62536e1581e37" alt="Video call with 12 cameras on" width="593" height="995" data-path="assets/changelog/changelog-04.png" />

*A video call with 12 cameras on.*

We're back after some well-deserved time off!  ☀️😎☀️  The last few weeks have been focused on call scaling, stability and behind-the-scenes work in preparation for bigger features that we'll soon be sharing.

Most importantly, we've doubled the number of tracks that can be subscribed to in a call, so you can now have up to 200 people with 6 cameras and mics on at once, or 100 people in a call with 12 cameras and mics on, or 50 people in a call with 24 cameras and mics on. We can also increase these limits on a case-by-case basis, so please [let us know](mailto:help@daily.co?subject=Large%20Meetings) if you have a use case that requires larger session sizes.

## Dashboard

Last Changelog we launched API logs in the dashboard: [https://dashboard.daily.co/developers](https://dashboard.daily.co/developers).

Since then, we've clarified how the dashboard records successful GET requests. The Response body now reads, "Response bodies are not saved...." We also continued working on internal backend code improvements related to API logs.

Additionally:

* Revamped the breadcrumb navigation to make it easier to navigate through sections with multiple levels
* Added a custom 404 page that provides helpful steps to recover from an unfound page
* Fixed an issue where unsupported recording files were displaying on the Recordings tab
* Improved page loading speeds by streamlining the resources that are used

## Core call experience

* Improved switching from p2p to SFU
* Device selections now persist across sessions for calls in iframe mode
* Improved https detection for pre-built UI
* Fixed Firefox Android issue that prompted call participants to allow cam and mic permissions multiple times
* Fixed delay for participants who join a call with both their audio and video muted
* Shipped infrastructure improvements to strengthen call reliability
* Fixed reconnect issues when in WebSocket signalling mode
* Fixed screenshare recordings in customLayout mode

## New blog posts

<div className="contentRow">
  <ContentCard title="DEV answer: Explain P2P server like I'm five!" date="25 Jul 2020" readTime={2} href="https://dev.to/kimberleejohnson/comment/12fh1" />

  <ContentCard title="Add advanced security to video chats with the Daily API" date="21 Aug 2020" readTime={10} href="https://www.daily.co/blog/add-advanced-security-features-to-video-chats-with-the-daily-api/" />

  <style jsx>
    {`
          .contentRow {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            grid-auto-rows: 1fr;
            grid-gap: 20px;
          }
        `}
  </style>
</div>
