๐ 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
๐ Bugfix: useLocalParticipant was hitting a race condition when the local participant was initialized. We made sure you always get the correct response every time.
๐ 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.