File tree 3 files changed +18
-2
lines changed
WebRTC~/Packages/com.unity.webrtc
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,29 @@ All notable changes to the webrtc package will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
18
## [ 2.1.0] - 2020-08-24
8
19
9
20
### Added
10
21
11
22
- Added statistics window in Unity editor to allow checking the operation of WebRTC
12
23
- Added ` RTCPeerConnection.GetStats ` API which collect statistics of WebRTC
13
24
- 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
14
30
15
31
## [ 2.0.5] - 2020-07-30
16
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.unity.webrtc" ,
3
3
"displayName" : " WebRTC" ,
4
- "version" : " 2.1.0 -preview.4 " ,
4
+ "version" : " 2.1.1 -preview" ,
5
5
"unity" : " 2019.4" ,
6
6
"description" : " The WebRTC package provides browsers and mobile applications with Real-Time Communications (RTC) capabilities." ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.unity.webrtc" ,
3
3
"displayName" : " WebRTC" ,
4
- "version" : " 2.1.0 -preview.4 " ,
4
+ "version" : " 2.1.1 -preview" ,
5
5
"unity" : " 2019.4" ,
6
6
"description" : " The WebRTC package provides browsers and mobile applications with Real-Time Communications (RTC) capabilities." ,
7
7
"keywords" : [
You can’t perform that action at this time.
0 commit comments