medea_flutter_webrtc 0.8.2
medea_flutter_webrtc: ^0.8.2 copied to clipboard
Flutter WebRTC plugin for Android/iOS/macOS/Linux/Windows/Web, based on GoogleWebRTC, designed for and used in Medea Jason WebRTC client.
medea_flutter_webrtc changelog #
All user visible changes to this project will be documented in this file. This project uses Semantic Versioning 2.0.0.
0.8.0 · 2023-05-19 #
Added #
MediaStreamTrack.facingModegetter. (#109)MediaStreamTrack.stategetter. (#69)MediaStreamTrack.onEndedcallback on Windows platform. (#10, #35, #37)MediaStreamTrack.setEnabledmethod. (#28)- Flutter-side video rotation for all native platforms. (#103)
onDeviceChangecallback. (#26, #42, #54, #101)- Linux platform implementation. (#10, #18, #19, #34, #50, #86)
getDisplayMediamethod. (#10, #20)enumerateDisplaysmethod. (#85)setOutputAudioIdmethod. (#39, #98)microphoneVolumeIsAvailable,microphoneVolume,setMicrophoneVolumemethods. (#57)AudioRendererobject. (#45)getStatsmethod. (#88, #91)enableFakeMediamethod. (#65, #71, #82)- Atomic
RtpTransceiver.setRecvandRtpTransceiver.setSendmethods. (#73) - Way to disable context menu over
RTCVideoViewon Web platform. (#9)
Fixed #
WebVideoRenderernot applyingmirrorandenableContextMenuvalues. (#62)- Unsynchronized renderers after Java
VideoTrackupdate. (#76) WebAudioRenderernot removing its audio element. (#46)- Mirroring issues with
RTCVideoRendererWeb. (#15, #14) - Initial video rendering glitch on macOS platform. (#102)
- Bluetooth headset detection on Android platform. (#78)
Changed #
- Fully rewrote Android platform implementation. (#6, #31, #48, #75, #77, #80)
- Fully rewrote iOS platform implementation. (#89, #92, #93, #94, #100)