twilio-video 2.20.0 → 2.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/README.md +1 -1
- package/dist/twilio-video.js +3 -3
- package/dist/twilio-video.min.js +3 -3
- package/es5/signaling/v2/peerconnection.js +1 -1
- package/es5/signaling/v2/peerconnection.js.map +1 -1
- package/lib/signaling/v2/peerconnection.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@ The Twilio Programmable Video SDKs use [Semantic Versioning](http://www.semver.o
|
|
|
2
2
|
|
|
3
3
|
**Version 1.x reached End of Life on September 8th, 2021.** See the changelog entry [here](https://www.twilio.com/changelog/end-of-life-complete-for-unsupported-versions-of-the-programmable-video-sdk). Support for the 1.x version ended on December 4th, 2020.
|
|
4
4
|
|
|
5
|
+
2.20.1 (Feb 17, 2022)
|
|
6
|
+
=====================
|
|
7
|
+
Bug Fixes
|
|
8
|
+
---------
|
|
9
|
+
|
|
10
|
+
- Fixed a bug that was introduced in 2.19.0 where the published LocalVideoTracks of Participants on older iOS versions 14.5 and below did not encode and transmit media. (VIDEO-8770)
|
|
11
|
+
|
|
5
12
|
2.20.0 (February 10, 2022)
|
|
6
13
|
==========================
|
|
7
14
|
|
|
@@ -18,7 +25,7 @@ Thank you @morninng @eroidaaruqaj [#1622](https://github.com/twilio/twilio-video
|
|
|
18
25
|
|
|
19
26
|
- [PreflightTestReport](https://sdk.twilio.com/js/video/releases/2.20.0/docs/global.html#PreflightTestReport) now includes a `progressEvents` property. This new property is an array of [PreflightProgress](https://sdk.twilio.com/js/video/releases/2.20.0/docs/global.html#PreflightProgress) events detected during the test. Use this information to determine which steps were completed and which ones were not.
|
|
20
27
|
|
|
21
|
-
You can learn more about `runPreflight` usage in the documentation, [here](twilio.com/docs/video/troubleshooting/preflight-api).
|
|
28
|
+
You can learn more about `runPreflight` usage in the documentation, [here](https://twilio.com/docs/video/troubleshooting/preflight-api).
|
|
22
29
|
|
|
23
30
|
Other changes in this release includes:
|
|
24
31
|
|
package/README.md
CHANGED
|
@@ -74,7 +74,7 @@ Releases of twilio-video.js are hosted on a CDN, and you can include these
|
|
|
74
74
|
directly in your web app using a <script> tag.
|
|
75
75
|
|
|
76
76
|
```html
|
|
77
|
-
<script src="//sdk.twilio.com/js/video/releases/2.20.
|
|
77
|
+
<script src="//sdk.twilio.com/js/video/releases/2.20.1/twilio-video.min.js"></script>
|
|
78
78
|
|
|
79
79
|
```
|
|
80
80
|
|
package/dist/twilio-video.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! twilio-video.js 2.20.
|
|
1
|
+
/*! twilio-video.js 2.20.1
|
|
2
2
|
|
|
3
3
|
The following license applies to all parts of this software except as
|
|
4
4
|
documented below.
|
|
@@ -12725,7 +12725,7 @@ var PeerConnectionV2 = /** @class */ (function (_super) {
|
|
|
12725
12725
|
if (enabled) {
|
|
12726
12726
|
encoding.scaleResolutionDownBy = 1 << (activeLayers_1 - i - 1);
|
|
12727
12727
|
if (trackReplaced) {
|
|
12728
|
-
|
|
12728
|
+
encoding.active = true;
|
|
12729
12729
|
}
|
|
12730
12730
|
}
|
|
12731
12731
|
else {
|
|
@@ -31535,7 +31535,7 @@ module.exports={
|
|
|
31535
31535
|
"name": "twilio-video",
|
|
31536
31536
|
"title": "Twilio Video",
|
|
31537
31537
|
"description": "Twilio Video JavaScript Library",
|
|
31538
|
-
"version": "2.20.
|
|
31538
|
+
"version": "2.20.1",
|
|
31539
31539
|
"homepage": "https://twilio.com",
|
|
31540
31540
|
"author": "Mark Andrus Roberts <mroberts@twilio.com>",
|
|
31541
31541
|
"contributors": [
|