Skip to content

Commit d42d6f1

Browse files
committed
2.0.4:
- Fix #159: Don’t rely on VP8 payload descriptor flags to assure the existence of data. - Fix #160: Reset `targetProfile` when the corresponding profile is removed.
1 parent e28738f commit d42d6f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### 2.0.4
4+
5+
* [Fix #159](https://github.com/versatica/mediasoup/issues/159): Don’t rely on VP8 payload descriptor flags to assure the existence of data.
6+
* [Fix #160](https://github.com/versatica/mediasoup/issues/160): Reset `targetProfile` when the corresponding profile is removed.
7+
38

49
### 2.0.3
510

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mediasoup",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Cutting Edge WebRTC Video Conferencing",
55
"author": "Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)",
66
"contributors": [

0 commit comments

Comments
 (0)