> ## 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 3, 2021

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

<img src="https://mintcdn.com/daily-co/k5NXwOZS3v6Jul7S/assets/color-theming-hero.jpg?fit=max&auto=format&n=k5NXwOZS3v6Jul7S&q=85&s=94ac98d4ec87a55e8bba7bff61d16a47" alt="Daily Prebuilt video call mobile display" width="1040" height="653" data-path="assets/color-theming-hero.jpg" />

*Explore new custom colors in Daily Prebuilt.*

## Daily Prebuilt

* 🎨 You can now customize colors in Daily Prebuilt! Pass your own hex codes as a `theme` property to [`join()`](/reference/daily-js/instance-methods/join) or [`createFrame()`](/reference/daily-js/factory-methods/create-frame), or use the new [`setTheme()`](/reference/daily-js/instance-methods/set-theme) method. See the [full guide](/docs/prebuilt/customizing-daily-prebuilt-calls-with-color-themes).
* 🌗 Daily Prebuilt’s default light and dark color themes have been updated (and can now be overridden with the color theming feature).
* 💨 In speaker view, when scrolling the participant bar, remote video feeds will be displayed faster.
* 📞 Added support for the recent-call parameter, when using the `redirect_on_meeting_exit` property.
* 🤫 Meeting owners will now see an option to mute all participants.
* 🎙 Updated the microphone level indicator to reflect when a participant changes their audio device.
* 🐛 Fixed a bug so that the lobby’s name entry screen no longer flashes when a name is cached or provided via a token.

## New blog posts and other articles

<div className="contentRowContainer">
  <div className="contentRow">
    <ContentCard title="Introducing color theming for embeddable video calls: a new feature for Daily Prebuilt" date="3 Aug 2021" readTime={2} href="https://www.daily.co/blog/introducing-color-theming-for-embeddable-video-calls-a-new-feature-for-daily-prebuilt/" />

    <ContentCard title="Tips to improve WebRTC video call browser performance" date="21 Jul 2021" readTime={14} href="https://www.daily.co/blog/tips-to-improve-performance/" />
  </div>

  <div className="contentRow">
    <ContentCard title="Why a return to writing is vital for video company Daily — and other hard-won lessons from founder Nina Kuruvilla" date="21 Jul 2021" readTime={7} href="https://venturebeat.com/2021/07/21/why-a-return-to-writing-is-vital-for-video-company-daily-and-other-hard-won-lessons-from-founder-nina-kuruvilla/" />

    <ContentCard title="Implement responsive aspect ratio on window resize with Daily Prebuilt" date="30 Jul 2021" readTime={8} href="https://www.daily.co/blog/responsive-aspect-ratio-daily-prebuilt/" />
  </div>

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