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-joinedorjoined-meetingevents. We updated it so you always know who each participant is as soon as they join. - π The
publishflag has been deprecated inupdateInputSettings(). - New types have been added to the
getNetworkStats()response:totalSendPacketLossandtotalRecvPacketLoss
react-native-daily-js 0.23.0
- New types have been added to the
getNetworkStats()response:totalSendPacketLossandtotalRecvPacketLoss
Daily React Hooks
- π Bugfix:
useLocalParticipantwas 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.