Skip to content

1.0.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@aleksandar-apostolov aleksandar-apostolov released this 15 Nov 14:56
· 26 commits to main since this release

⚠️ It is highly recommended to move to version 1.0.20 instead in order to support upcoming codec negotiation feature.

What's Changed

Main topic of this release is handling of the new reconnection events coming from the SFU.

Features

Bugfixes

Incompatibilities with previous version

tokenProvider is now a class instead of lambda. To continue using the old implementation use legacyTokenProvider field in the builder.
• Removed Migrating as a RealtimeConnection state. Use Reconnecting instead.
sessionId is no longer available via the StreamVideo instance instead it is available in the Call instance.
• Renamed Call.reconnect to Call.fastReconnect()
• Renamed Call.switchSfu to Call.migrate()

Full Changelog: 1.0.17...1.0.18