@twilio/voice-sdk
Advanced tools
Comparing version 2.12.1 to 2.12.2
:warning: **Important**: If you are upgrading to version 2.3.0 or later and have firewall rules or network configuration that blocks any unknown traffic by default, you need to update your configuration to allow connections to the new DNS names and IP addresses. Please refer to this [changelog](#230-january-23-2023) for more details. | ||
2.12.2 (November 12, 2024) | ||
========================== | ||
Bug Fixes | ||
--------- | ||
- Fixed an issue where the `chunderw` parameter is not being used during signaling reconnection. Note that this parameter is intended solely for testing purposes. | ||
2.12.1 (August 30, 2024) | ||
@@ -4,0 +12,0 @@ ======================== |
@@ -10,3 +10,3 @@ /** | ||
declare const PACKAGE_NAME = "@twilio/voice-sdk"; | ||
declare const RELEASE_VERSION = "2.12.1"; | ||
declare const RELEASE_VERSION = "2.12.2"; | ||
declare const SOUNDS_BASE_URL = "https://sdk.twilio.com/js/client/sounds/releases/1.0.0"; | ||
@@ -13,0 +13,0 @@ declare const COWBELL_AUDIO_URL: string; |
@@ -14,3 +14,3 @@ "use strict"; | ||
exports.PACKAGE_NAME = PACKAGE_NAME; | ||
var RELEASE_VERSION = '2.12.1'; | ||
var RELEASE_VERSION = '2.12.2'; | ||
exports.RELEASE_VERSION = RELEASE_VERSION; | ||
@@ -17,0 +17,0 @@ var SOUNDS_BASE_URL = 'https://sdk.twilio.com/js/client/sounds/releases/1.0.0'; |
@@ -403,2 +403,6 @@ /// <reference types="node" /> | ||
/** | ||
* Get chunderws array from the chunderw param | ||
*/ | ||
private _getChunderws; | ||
/** | ||
* Utility function to log device options | ||
@@ -405,0 +409,0 @@ */ |
@@ -10,3 +10,3 @@ /** | ||
declare const PACKAGE_NAME = "@twilio/voice-sdk"; | ||
declare const RELEASE_VERSION = "2.12.1"; | ||
declare const RELEASE_VERSION = "2.12.2"; | ||
declare const SOUNDS_BASE_URL = "https://sdk.twilio.com/js/client/sounds/releases/1.0.0"; | ||
@@ -13,0 +13,0 @@ declare const COWBELL_AUDIO_URL: string; |
@@ -10,3 +10,3 @@ /** | ||
const PACKAGE_NAME = '@twilio/voice-sdk'; | ||
const RELEASE_VERSION = '2.12.1'; | ||
const RELEASE_VERSION = '2.12.2'; | ||
const SOUNDS_BASE_URL = 'https://sdk.twilio.com/js/client/sounds/releases/1.0.0'; | ||
@@ -13,0 +13,0 @@ const COWBELL_AUDIO_URL = `${SOUNDS_BASE_URL}/cowbell.mp3?cache=${RELEASE_VERSION}`; |
@@ -403,2 +403,6 @@ /// <reference types="node" /> | ||
/** | ||
* Get chunderws array from the chunderw param | ||
*/ | ||
private _getChunderws; | ||
/** | ||
* Utility function to log device options | ||
@@ -405,0 +409,0 @@ */ |
@@ -11,3 +11,3 @@ /** | ||
const PACKAGE_NAME = '@twilio/voice-sdk'; | ||
const RELEASE_VERSION = '2.12.1'; | ||
const RELEASE_VERSION = '2.12.2'; | ||
const SOUNDS_BASE_URL = 'https://sdk.twilio.com/js/client/sounds/releases/1.0.0'; | ||
@@ -14,0 +14,0 @@ const COWBELL_AUDIO_URL = `${SOUNDS_BASE_URL}/cowbell.mp3?cache=${RELEASE_VERSION}`; |
{ | ||
"name": "@twilio/voice-sdk", | ||
"version": "2.12.1", | ||
"version": "2.12.2", | ||
"description": "Twilio's JavaScript Voice SDK", | ||
@@ -5,0 +5,0 @@ "main": "./es5/twilio.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3459252
58400