Skip to content

Commit 8424efe

Browse files
authored
chore: upgrade package version 2.1.1-preview (#187)
* upgrade package version 2.1.1-preview * fixed changelog
1 parent 091badc commit 8424efe

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,29 @@ All notable changes to the webrtc package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.1.1] - 2020-09-11
8+
9+
### Changed
10+
11+
- Erase Japanese documentation due to migrating to internal translation system.
12+
13+
### Fixed
14+
15+
- Fixed an issue where the `RTCRtpSender.SetParameters` API did not work properly
16+
- Removed ZWSP(zero-width-space) in C# code
17+
718
## [2.1.0] - 2020-08-24
819

920
### Added
1021

1122
- Added statistics window in Unity editor to allow checking the operation of WebRTC
1223
- Added `RTCPeerConnection.GetStats` API which collect statistics of WebRTC
1324
- Added `RTCRtpSender.SetParameters` and `RTCRtpSender.GetParameters` to adjustment streaming video quality
25+
- Added `RTCDataChannel.ReadyState` which shows the state of the channel
26+
27+
### Fixed
28+
29+
- Fixed a issue which video stream remains with bad quality after a short network degradation
1430

1531
## [2.0.5] - 2020-07-30
1632

WebRTC~/Packages/com.unity.webrtc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.webrtc",
33
"displayName": "WebRTC",
4-
"version": "2.1.0-preview.4",
4+
"version": "2.1.1-preview",
55
"unity": "2019.4",
66
"description": "The WebRTC package provides browsers and mobile applications with Real-Time Communications (RTC) capabilities.",
77
"keywords": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.webrtc",
33
"displayName": "WebRTC",
4-
"version": "2.1.0-preview.4",
4+
"version": "2.1.1-preview",
55
"unity": "2019.4",
66
"description": "The WebRTC package provides browsers and mobile applications with Real-Time Communications (RTC) capabilities.",
77
"keywords": [

0 commit comments

Comments
 (0)