-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former-commit-id: 4cf9dfb63b9720a621ae7661f92e60fafdb7f5d5 [formerly be22743 [formerly b3fd04296781a23e09e3f1d80f83ede820d78854] [formerly 91d57f5deb1e6e081ee0f3e4312faf1a6e8f2590 [formerly 23d12b2 [formerly e6adaa19beefd0a6eca6fcf9140e3006c91d9a0b]]]] Former-commit-id: 61fc74b4c1cc76e66c2d8fbd73a9a8a187ddb3e9 Former-commit-id: b893e350d32ea0860ea51b808b86f25842dfea32 [formerly 223e86d] Former-commit-id: dd41c7452bef1b82d9e143eaceadf25ed6c6bcb2 Former-commit-id: 6bff9233e24dca907df18a1b3972d4d5b9288bd4
- Loading branch information
1 parent
c8a45a0
commit 0a62c74
Showing
2 changed files
with
31 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,63 @@ | ||
## 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 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 experience | ||
* 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 | ||
|
||
## 2.1.1-beta | ||
|
||
* fixes and improvements due to null safety | ||
* web demo setup using github pages | ||
|
||
## 2.1.0-beta | ||
|
||
* supports null safety | ||
|
||
## 2.0.1-beta | ||
|
||
* 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 | ||
|
||
## 0.0.4 | ||
* Streaming Support added | ||
|
||
* Streaming Support added | ||
* bug in send method fixed for rest api | ||
|
||
## 0.0.3 | ||
* Complete Instagram Like Videocall example | ||
|
||
* 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters