1.0.18
Pre-release
Pre-release
·
429 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
- Handling of new reconnect events by @aleksandar-apostolov in #1219
- Relax session id validation by @aleksandar-apostolov in #1216
- Make number of participants more accurate in call session by handling new coordinator event by @liviu-timar in #1220
Bugfixes
- Set scaling type in the update lambda of AndroidView by @aleksandar-apostolov in #1221
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