Files
client-sdk-flutter/CHANGELOG.md
T
David ZhaoandGitHub 9518a2f123 pass SDK and version number to server, v0.5.0 (#14)
* pass SDK and version number to server, v0.5.0

* missing files and formatting

* make format

* line length comment for VSCode
2021-10-01 13:35:32 -07:00

42 lines
903 B
Markdown

# CHANGELOG
## 0.5.0
* major update with new event system
* supports simulcast for iOS
* support for background audio for iOS
* support for protocol 3, subscriber as primary connection
* improved audio management for iOS, mic indicator only when audio tracks published
* fires TrackUnpublished for local tracks
* fixed occasional crashes during publishing
## 0.4.1
* fixed video rendering blank after widget changes
## 0.4.0
* fixed audio track playback for web
* fixed publishing tracks for web
* updated constants to be lowerCamelCase
* updated style & formatting guide
## 0.3.0
* `replaceTrack` API to switch camera sources
* example app works on Android
## 0.2.0
* pass more detailed connect error message
* bugfixes with publishing duplicate video tracks
* removed use of media stream during publishing
## 0.1.1
* Minor improvements to error handling
## 0.1.0
* Initial beta release.