Flutter Janus Client Versions Save

A plugin that allows the flutter app to communicate with a Janus server using different transport mechanisms, such as WebSocket and HTTP(rest). It features a developer-friendly api to interact with various WebRTC Janus Plugins. Hence, it can be considered as a swiss-knife for WebRTC solutions.

2.3.4

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/flutterjanus/flutter_janus_client/compare/2.3.3...2.3.4

2.3.1

10 months ago

dependency upgrades and cleanup

2.2.14

1 year ago
  • fix Searching transceivers returns wrong result #120

2.2.9

1 year ago

2.2.8

1 year ago
  • sip plugin fixes in decline method
  • sip example incoming call feature tested and verified

2.2.7

1 year ago
  • fixes ios audio input issues
  • improvement of videocall and audiobridge examples which uses new I/O api of flutter_webrtc

2.2.5

1 year ago
  • fixed switchCamera function
  • fixed videocall example

2.2.3

1 year ago
  • Better sip plugin support
  • updated dependencies

2.2.2

2 years ago
  • 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

2 years ago
  • 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