github daily-co/daily-js daily-js-2022-07-07-0.28.0
0.28.0

latest releases: daily-js-2024-09-12-0.71.2, daily-js-2024-08-07-0.70.0, daily-js-2024-07-25-0.69.0...
2 years ago

Features

  • Adds null as a possible value for audioDeviceId and videoDeviceId in setInputDevicesAsync(), which will result in keeping the current media track for that device. For example, passing in {audioDeviceId: “device_id”, videoDeviceId: null} will get a new audio track but keep your current video track, allowing you to avoid a camera “blip”.
  • Adds a new recordings_bucket room and/or domain property to allow cloud recordings to be stored in a custom AWS S3 bucket. This allows HIPAA-enabled domains to use our cloud recording functionality.
  • Adds a setOutputDeviceAsync() method. setOutputDevice() is now deprecated. This brings both device management functions setInputDevicesAsync() and setOutputDeviceAsync() to functional parity.

Don't miss a new daily-js release

NewReleases is sending notifications on new releases.