July 7th, 2022
daily-js 0.28.0
- Avoid camera “blips” by only updating video or audio with
setInputDevicesAsync(). You can now passnullas a device ID if you only want to update your microphone or camera and not affect the other device.
- Out with the old and in with the async!
setOutputDevice()is now deprecated.setOutputDeviceAsync()can (and should) be used in its place starting with this release.
Daily Prebuilt
- HIPAA-enabled domains can use Daily Prebuilt’s UI to start recordings that will specifically be stored in a custom AWS S3 bucket. Read our guide on how to get set up with custom S3 buckets, as well as more information on our HIPAA setting.
Dashboard
- Configure default chat settings at the domain level through the dashboard.
- Enable chat for HIPAA-enabled domains through the dashboard. (And, yes, Daily Prebuilt chat is HIPAA-compliant. 🤗)
VCS
- The VCS SDK is officially live! 🎉 Read our VCS SDK docs and announcement post to learn more.