medea_jason 0.5.0-dev+rev.0b389e8089da5b3f8b5d24fde52e3e5617d19220 medea_jason: ^0.5.0-dev+rev.0b389e8089da5b3f8b5d24fde52e3e5617d19220 copied to clipboard
Cross-platform client library of Medea media server for Flutter.
medea_jason
Flutter plugin changelog #
All user visible changes to this project will be documented in this file. This project uses Semantic Versioning 2.0.0.
0.4.1 · 2023-??-?? #
Added #
- More information in
toString()
on custom exceptions (#140).
Changed #
- Migrated from
dart:html
topackage:web
package (#178).
0.4.0 · 2023-07-11 #
BC Breaks #
- Renamed all enum variants in
сamelCase
style (#119).
Fixed #
- Initial mute state on incoming tracks in SFU mode (#119).
- Incorrect
ConnectionHandle
s creation and disposal in SFU mode (#119).
0.3.0 · 2023-06-09 #
Added #
- Bindings to
medea-jason
Rust crate. - Errors (#4, #9, #28, #31, #52).
- Basic API objects (#5, #12, #45):
Jason
;RoomHandle
;ConnectionHandle
;MediaManagerHandle
;ReconnectHandle
;MediaStreamSettings
,AudioTrackConstraints
,DeviceVideoTrackConstraints
,DisplayVideoTrackConstraints
(#79);MediaDeviceDetails
,MediaDisplayDetails
(#96);LocalMediaTrack
,RemoteMediaTrack
(#42, #46, #101, #109);enumerate_displays
(#81);microphoneVolumeIsAvailable
,setMicrophoneVolume
,microphoneVolume
(#49);setOutputAudioId
(#29);on_device_change
(#30).