Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

2.5.5

Compare
Choose a tag to compare
@dolbyio-release-bot dolbyio-release-bot released this 08 Aug 11:10
· 8 commits to main since this release
10b9867

Bug Fixes

  • Fixed an issue causing frequent camera restarts on Windows and Linux when initially joining a conference. This issue was most prevalent with cameras connected via USB.
  • Fixed an issue where the refresh token callback could be invoked while the SDK was in the process of shutting down, which could cause a crash.

Changes

Modified the behavior of SDK destruction. The destruction is a synchronous (blocking) operation and thus should never be done in the then callback or any event handler. Destroying the SDK in such places used to lead to deadlock. After the SDK update, the SDK aborts such operations and explicitly logs the reason.