April 14, 2022

daily-js 0.25.0

  • ๐Ÿ› Bugfix: In iframe mode, the leave() Promise resolved a bit earlier than it should have, but we promise it will wait until the participant has completely left the call now.
  • ๐Ÿ› Bugfix: Participant usernames were not always available in the participant-joined or joined-meeting events. We updated it so you always know who each participant is as soon as they join.
  • ๐Ÿ’€ The publish flag has been deprecated in updateInputSettings().
  • New types have been added to the getNetworkStats() response: totalSendPacketLoss and totalRecvPacketLoss

react-native-daily-js 0.23.0

  • New types have been added to the getNetworkStats() response: totalSendPacketLoss and totalRecvPacketLoss

Daily React Hooks

  • ๐Ÿ› Bugfix: useLocalParticipant was hitting a race condition when the local participant was initialized. We made sure you always get the correct response every time.

Additional

  • ๐Ÿ› Bugfix for Chrome: setBandwidth() settings were getting lost after stopping a screen share. What was once lost is now found โ€” we've made sure this doesn't happen anymore.