twilio-video 2.21.2 → 2.21.3
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 -0
- package/README.md +1 -1
- package/dist/twilio-video.js +13 -11
- package/dist/twilio-video.min.js +8 -8
- package/es5/util/constants.js +4 -2
- package/es5/util/constants.js.map +1 -1
- package/lib/util/constants.js +4 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@ 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.21.3 (June 7, 2022)
|
|
6
|
+
====================
|
|
7
|
+
|
|
8
|
+
Bug Fixes
|
|
9
|
+
---------
|
|
10
|
+
|
|
11
|
+
- Fixed an issue where the generated API documentation has a missing search bar. (VIDEO-10199)
|
|
12
|
+
|
|
5
13
|
2.21.2 (June 1, 2022)
|
|
6
14
|
=====================
|
|
7
15
|
|
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.21.
|
|
77
|
+
<script src="//sdk.twilio.com/js/video/releases/2.21.3/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.21.
|
|
1
|
+
/*! twilio-video.js 2.21.3
|
|
2
2
|
|
|
3
3
|
The following license applies to all parts of this software except as
|
|
4
4
|
documented below.
|
|
@@ -20195,12 +20195,14 @@ module.exports.SDP_FORMAT = 'unified';
|
|
|
20195
20195
|
module.exports.hardwareDevicePublisheriPad = {
|
|
20196
20196
|
hwDeviceManufacturer: 'Apple',
|
|
20197
20197
|
hwDeviceModel: 'iPad',
|
|
20198
|
-
hwDeviceType: '
|
|
20198
|
+
hwDeviceType: 'tablet',
|
|
20199
|
+
platformName: 'iOS'
|
|
20199
20200
|
};
|
|
20200
20201
|
module.exports.hardwareDevicePublisheriPhone = {
|
|
20201
20202
|
hwDeviceManufacturer: 'Apple',
|
|
20202
20203
|
hwDeviceModel: 'iPhone',
|
|
20203
|
-
hwDeviceType: '
|
|
20204
|
+
hwDeviceType: 'mobile',
|
|
20205
|
+
platformName: 'iOS'
|
|
20204
20206
|
};
|
|
20205
20207
|
module.exports.DEFAULT_ENVIRONMENT = 'prod';
|
|
20206
20208
|
module.exports.DEFAULT_REALM = 'us1';
|
|
@@ -28736,7 +28738,7 @@ module.exports={
|
|
|
28736
28738
|
"name": "twilio-video",
|
|
28737
28739
|
"title": "Twilio Video",
|
|
28738
28740
|
"description": "Twilio Video JavaScript Library",
|
|
28739
|
-
"version": "2.21.
|
|
28741
|
+
"version": "2.21.3",
|
|
28740
28742
|
"homepage": "https://twilio.com",
|
|
28741
28743
|
"author": "Mark Andrus Roberts <mroberts@twilio.com>",
|
|
28742
28744
|
"contributors": [
|
|
@@ -28769,7 +28771,7 @@ module.exports={
|
|
|
28769
28771
|
"babel-cli": "^6.26.0",
|
|
28770
28772
|
"babel-preset-es2015": "^6.24.1",
|
|
28771
28773
|
"browserify": "^17.0.0",
|
|
28772
|
-
"cheerio": "^
|
|
28774
|
+
"cheerio": "^0.22.0",
|
|
28773
28775
|
"cors": "^2.8.5",
|
|
28774
28776
|
"electron": "^17.2.0",
|
|
28775
28777
|
"envify": "^4.0.0",
|
|
@@ -28781,13 +28783,13 @@ module.exports={
|
|
|
28781
28783
|
"eslint-plugin-standard": "^4.0.1",
|
|
28782
28784
|
"express": "^4.16.2",
|
|
28783
28785
|
"glob": "^7.1.7",
|
|
28784
|
-
"ink-docstrap": "^
|
|
28786
|
+
"ink-docstrap": "^1.3.2",
|
|
28785
28787
|
"inquirer": "^7.0.0",
|
|
28786
28788
|
"is-docker": "^2.0.0",
|
|
28787
28789
|
"jsdoc": "^3.5.5",
|
|
28788
28790
|
"jsdoc-babel": "^0.5.0",
|
|
28789
28791
|
"json-loader": "^0.5.7",
|
|
28790
|
-
"karma": "^
|
|
28792
|
+
"karma": "^5.0.2",
|
|
28791
28793
|
"karma-browserify": "^8.0.0",
|
|
28792
28794
|
"karma-chrome-launcher": "^2.0.0",
|
|
28793
28795
|
"karma-edgium-launcher": "^4.0.0-0",
|
|
@@ -28795,7 +28797,7 @@ module.exports={
|
|
|
28795
28797
|
"karma-firefox-launcher": "^1.3.0",
|
|
28796
28798
|
"karma-htmlfile-reporter": "^0.3.8",
|
|
28797
28799
|
"karma-junit-reporter": "^1.2.0",
|
|
28798
|
-
"karma-mocha": "^
|
|
28800
|
+
"karma-mocha": "^1.3.0",
|
|
28799
28801
|
"karma-safari-launcher": "^1.0.0",
|
|
28800
28802
|
"karma-spec-reporter": "0.0.32",
|
|
28801
28803
|
"karma-typescript": "^5.5.1",
|
|
@@ -28808,7 +28810,7 @@ module.exports={
|
|
|
28808
28810
|
"nyc": "^15.1.0",
|
|
28809
28811
|
"requirejs": "^2.3.3",
|
|
28810
28812
|
"rimraf": "^2.6.1",
|
|
28811
|
-
"simple-git": "^
|
|
28813
|
+
"simple-git": "^1.126.0",
|
|
28812
28814
|
"sinon": "^4.0.1",
|
|
28813
28815
|
"ts-node": "4.0.1",
|
|
28814
28816
|
"tslint": "5.8.0",
|
|
@@ -28816,9 +28818,9 @@ module.exports={
|
|
|
28816
28818
|
"twilio-release-tool": "^1.0.2",
|
|
28817
28819
|
"typescript": "4.2.2",
|
|
28818
28820
|
"uglify-js": "^2.8.22",
|
|
28819
|
-
"vinyl-fs": "^2.4.
|
|
28821
|
+
"vinyl-fs": "^2.4.4",
|
|
28820
28822
|
"vinyl-source-stream": "^1.1.0",
|
|
28821
|
-
"watchify": "^
|
|
28823
|
+
"watchify": "^3.11.1",
|
|
28822
28824
|
"webrtc-adapter": "^7.7.1"
|
|
28823
28825
|
},
|
|
28824
28826
|
"engines": {
|