Skip to content

0.56.0

Compare
Choose a tag to compare
@filipi87 filipi87 released this 09 Feb 18:52
· 41 commits to react-native-daily-js-releases since this release

Features

  • Introduced support for multiple outbound calls from a single room.
  • Developed a new method, sendDTMF, for transmitting DTMF signals.

Bugfixes

  • Fixed the types returned from testPeerToPeerCallQuality to align with the new testCallQuality while making sure the now-deprecated testConnectionQuality types remain unchanged and backwards compatible.
  • Fixed an issue where certain logs that weren't supposed to log when terse_logging is turned on were still logging.
  • Fixed an issue where raw-tracks was not closing recording after maxDuration.
  • Resolved instances leading to "Cannot read properties of null (reading 'typeName').”
  • Updated localAudio()/localVideo() to use supported track states.

Other improvements

  • Added more logs to the set of logs that are omitted when terse logging is on.