Skip to content

0.52.0

Compare
Choose a tag to compare
@mattieruth mattieruth released this 08 Nov 20:32
· 96 commits to react-native-daily-js-releases since this release

Features

Bugfixes

  • Fixed issue with automatic device switching (on plugging in a new headset, say) a custom track was previously being used
  • Fixed various issues related to calling things like sendAppMessage() prior to joining a call by either performing no-ops or throwing an error to indicate the call was done too early rather than getting cryptic console errors like null is not an object
  • Fix some meeting move log messages.
  • Fixed return type of getCallInstance()

Other improvements

  • Changed logging message when requested track differed from preferred track on the SFU. Now we log both the preferred and the requested in the same log line.
  • Upgraded dependencies to resolve security threats