Releases: flutterjanus/flutter_janus_client
Releases · flutterjanus/flutter_janus_client
2.3.5
2.3.4
2.3.1
dependency upgrades and cleanup
2.2.14
2.2.9
pubdev score fixes
2.2.8
- sip plugin fixes in decline method
- sip example incoming call feature tested and verified
2.2.7
- fixes ios audio input issues
- improvement of videocall and audiobridge examples which uses new I/O api of flutter_webrtc
2.2.3
- Better sip plugin support
- updated dependencies
2.2.2
- fixes issues related to apiSecret thanks goes to @baihua666 for spotting and fixing it.
- updated readme.
- updated peer dependencies.
- enhanced errorHandling support for wrapper plugins including (
VideoRoom,AudioBridge,Streaming,VideoCall)
2.2.1
- fixes issues related to roomId type by converting roomId type to dynamic
- updated documentation and fixed some docstrings
- introduced ScreenSharing example using video-room
- fixed minor bugs in examples when running on macos,linux and windows
- used transrecievers to mute and unmute tracks