September 15, 2023

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 and receiving 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.

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.

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

0.50.0

sendAppMessage improvements

sendAppMessage() 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.

Release notes

For more information, check out the release notes.

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.

0.48.0

sendAppMessage improvements

sendAppMessage() 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.

Release notes

For more information, check out the release notes.

daily-react

0.12.0

Release notes

This release contains a number of improvements and bugfixes. For details, checkout the release notes.

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.