@opentok/client 2.35.0-alpha.46 → 2.35.0-alpha.47
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/dist/js/opentok.js +1 -1
- package/dist/js/opentok.min.js +1 -1
- package/package.json +1 -1
package/dist/js/opentok.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Subject to the applicable Software Development Kit (SDK) License Agreement:
|
|
6
6
|
* https://www.vonage.com/legal/communications-apis/terms-of-use/
|
|
7
7
|
*
|
|
8
|
-
* Date: Fri, 05 Jun 2026
|
|
8
|
+
* Date: Fri, 05 Jun 2026 12:07:04 GMT
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
(function webpackUniversalModuleDefinition(root, factory) {
|
package/dist/js/opentok.min.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Subject to the applicable Software Development Kit (SDK) License Agreement:
|
|
6
6
|
* https://www.vonage.com/legal/communications-apis/terms-of-use/
|
|
7
7
|
*
|
|
8
|
-
* Date: Fri, 05 Jun 2026
|
|
8
|
+
* Date: Fri, 05 Jun 2026 12:07:04 GMT
|
|
9
9
|
*/
|
|
10
10
|
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.OT=t():e.OT=t()}(self,(()=>(()=>{var e={251:(e,t)=>{
|
|
11
11
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentok/client",
|
|
3
|
-
"version": "2.35.0-alpha.
|
|
3
|
+
"version": "2.35.0-alpha.47",
|
|
4
4
|
"description": "The OpenTok.js library lets you use OpenTok-powered video sessions on the web",
|
|
5
5
|
"homepage": "https://tokbox.com/developer/sdks/js/",
|
|
6
6
|
"license": "https://www.vonage.com/legal/communications-apis/terms-of-use/",
|