3.2.89 is latest release.
Relevant commit: 64199d5
- Now session is always kept ALIVE until
autoCloseEntireSession
is specified asTRUE
. - Manual
stream.onended
events are fired only for Firefox. - Now participants doesn’t quickly tries to join all other participants; so no hang issues.
- Now it doesn’t renegotiates on datachannel close/error
- Now peers doesn’t auto rejoins on failures. You can manually call
connection.rejoin
inonPeerStateChanged
oronReconnecting
connection.deletePeer
is added. Which removes everything (connections, streams, links etc) from specific peer.autoReDialOnFailure
is removed. Because now it doesn’t auto rejoins.- Now skipping bitrates/bandwidth customization for Android devices.