Skip to content

Commit

Permalink
publish 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanshtalwar committed Oct 31, 2022
1 parent fd64362 commit f42d198
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 39 deletions.
81 changes: 43 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,90 +1,95 @@
## 2.2.8

- sip plugin fixes (decline)
- sip example incoming call feature tested and verified

## 2.2.7

* Upgraded flutter_webrtc to fix #41 => audio input issue in ios devices
* improved videocall and audiobridge example with newer audio I/O apis by flutter_webrtc
- Upgraded flutter_webrtc to fix #41 => audio input issue in ios devices
- improved videocall and audiobridge example with newer audio I/O apis by flutter_webrtc

## 2.2.6

* fix stringIds issue for AudioBridge
- fix stringIds issue for AudioBridge

## 2.2.5

* fixes
- fixes

## 2.2.4

* Fixed bugs in videocall example
- Fixed bugs in videocall example

* upgraded dependency
- upgraded dependency

* fixed switchCamera utility function for browsers
- fixed switchCamera utility function for browsers

## 2.2.3

* Added SipPluginWrapper and sip working example
- Added SipPluginWrapper and sip working example

* peer dependencies updated
- peer dependencies updated

## 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 (
- 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 String
* 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
- fixes issues related to roomId type by converting roomId type to String
- 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

## 2.2.0

* All major plugins fully support unified plan
* Typed examples updated with null safety and latest dart constraints
* Introduced plugin specific wrapper classes with respective operation methods for rich development
- All major plugins fully support unified plan
- Typed examples updated with null safety and latest dart constraints
- Introduced plugin specific wrapper classes with respective operation methods for rich development
experience
* Introduced typed events (Class Based Events) for brilliant auto completion support for IDE
* Supports null-safety
- Introduced typed events (Class Based Events) for brilliant auto completion support for IDE
- Supports null-safety

## 2.1.1-beta

* fixes and improvements due to null safety
* web demo setup using github pages
- fixes and improvements due to null safety
- web demo setup using github pages

## 2.1.0-beta

* supports null safety
- supports null safety

## 2.0.1-beta

* fixed issue #37
* introduced logger support for better plugin level log control
- fixed issue #37
- introduced logger support for better plugin level log control

## 2.0.0-beta

* features brand new api
* simplified development using stream api
- features brand new api
- simplified development using stream api

## 0.0.4

* Streaming Support added
* bug in send method fixed for rest api
- Streaming Support added
- bug in send method fixed for rest api

## 0.0.3

* Complete Instagram Like Videocall example
* better garbage collection api
- Complete Instagram Like Videocall example
- better garbage collection api

## 0.0.2

* Added Videocall example
* Updated WebRTC dependencies
* bug fixes and improvements
- Added Videocall example
- Updated WebRTC dependencies
- bug fixes and improvements

## 0.0.1

* initial Release
- initial Release
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: janus_client
description: 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.
version: 2.2.7
version: 2.2.8
homepage: https://github.com/shivanshtalwar0/flutter_janus_client

environment:
Expand Down

0 comments on commit f42d198

Please sign in to comment.