Skip to content

Releases: flutterjanus/flutter_janus_client

2.3.5

29 May 12:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.4...2.3.5

2.3.4

08 Mar 14:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.3...2.3.4

2.3.1

13 Jul 23:05
Compare
Choose a tag to compare

dependency upgrades and cleanup

2.2.14

01 Apr 13:53
Compare
Choose a tag to compare
  • fix Searching transceivers returns wrong result #120

2.2.9

20 Dec 13:39
Compare
Choose a tag to compare
pubdev score fixes

2.2.8

31 Oct 09:58
Compare
Choose a tag to compare
  • sip plugin fixes in decline method
  • sip example incoming call feature tested and verified

2.2.7

17 Oct 08:25
Compare
Choose a tag to compare
  • fixes ios audio input issues
  • improvement of videocall and audiobridge examples which uses new I/O api of flutter_webrtc

2.2.3

07 Jun 22:05
Compare
Choose a tag to compare
  • Better sip plugin support
  • updated dependencies

2.2.2

06 Mar 11:13
Compare
Choose a tag to compare
  • 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

17 Feb 13:54
Compare
Choose a tag to compare
  • 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