@@ -4,22 +4,35 @@ 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.3.2] - 2021-02-12
8
+
9
+ ### Changed
10
+
11
+ - Changed ` Audio.CaptureStream ` method to allow setting of audio track label.
12
+
13
+ ### Fixed
14
+
15
+ - Fixed memory leaks in native code.
16
+ - Fixed a crash bug when access an instance after disposed of it.
17
+ - Fixed ` MediaStream.GetVideoStreamTrack ` method and ` MediaStream.GetVideoStreamTrack ` method to return a correct value.
18
+ - Fixed ` RTCRtpTransceiver.Receiver ` property and ` RTCRtpTransceiver.Sender ` property to return a correct value.
19
+
7
20
## [ 2.3.1] - 2021-01-07
8
21
9
22
### Fixed
10
23
11
- - Fixed ` RTCIceCandidate.candidate ` property in order to return a correct SDP formatted string
24
+ - Fixed ` RTCIceCandidate.candidate ` property in order to return a correct SDP formatted string.
12
25
13
26
## [ 2.3.0] - 2020-12-28
14
27
15
28
### Added
16
29
17
- - iOS platform support
18
- - H.264 HW decoder (VideoToolbox) support on macOS
30
+ - Supported iOS platform
31
+ - Supported H.264 HW decoder (VideoToolbox) on macOS
19
32
- Added ` GetCapabilities ` method to the ` RTCRtpSender ` class and the ` RTCRtpReceiver ` class
20
- - Added ` SetCodecPreferences ` method to the ` RTCRtpTransceiver ` class.
33
+ - Added ` SetCodecPreferences ` method to the ` RTCRtpTransceiver ` class
21
34
- Added two samples (` ChangeCodecs ` , ` TrickleIce ` )
22
- - Added properties to the ` RTCIceCandidate ` class
35
+ - Added properties to the ` RTCIceCandidate ` class
23
36
- Added properties tp the ` RTCDataChannelInit ` class
24
37
25
38
### Changed
@@ -47,7 +60,7 @@ public RTCDataChannel CreateDataChannel(string label RTCDataChannelInit options
47
60
48
61
### Added
49
62
50
- - Added a ` Bandwidth ` sample
63
+ - Added a ` Bandwidth ` sample
51
64
52
65
### Fixed
53
66
0 commit comments