github daily-co/daily-js daily-js-2024-06-07-0.66.0
0.66.0

latest releases: daily-js-2024-09-26-0.72.0, daily-js-2024-09-12-0.71.2, daily-js-2024-08-07-0.70.0...
3 months ago

Bugfixes

  • Fixed an issue where the call machine was not loading inside webviews on iOS 16.
  • Improved handling of an underlying Chrome bug with regards to screensharing. We have witnessed issues when sharing a tab with audio on Chrome where the audio track will end when switching which tab is shared using Chrome’s built-in “Share this tab instead” button. Previously, when this happened we would end the screenshare. Now, we will send a nonfatal-error (see example below) but will not end the screenshare so that video can continue. However, a user will have to restart the screenshare in order to recover audio. We have filed an issue with Chromium.
    {
      "action": "nonfatal-error",
      "type": "screen-share-error",
      "errorMsg": "Error with ScreenShare audio",
      "details": {
        "sourceError": "audio track ended unexpectedly"
      }
    }
    

Don't miss a new daily-js release

NewReleases is sending notifications on new releases.