twilio-video
Advanced tools
Comparing version 2.0.0-beta3 to 2.0.0-beta4
@@ -0,1 +1,10 @@ | ||
2.0.0-beta4 (November 29, 2018) | ||
=============================== | ||
Bug Fixes | ||
--------- | ||
- Fixed a bug where, when a Safari Participant joins a Room after a Firefox Participant, | ||
it did not receive video frames for VideoTracks published by the Firefox Participant. (JSDK-2224) | ||
2.0.0-beta3 (November 20, 2018) | ||
@@ -2,0 +11,0 @@ =============================== |
@@ -29,4 +29,4 @@ 'use strict'; | ||
var MAX_RECONNECT_ATTEMPTS = 5; | ||
var RECONNECT_BACKOFF_JITTER = 10; | ||
var RECONNECT_BACKOFF_MS = 50; | ||
var RECONNECT_BACKOFF_JITTER = 100; | ||
var RECONNECT_BACKOFF_MS = 100; | ||
var SDK_NAME = packageInfo.name + '.js'; | ||
@@ -33,0 +33,0 @@ var SDK_VERSION = packageInfo.version; |
@@ -23,4 +23,4 @@ 'use strict'; | ||
const MAX_RECONNECT_ATTEMPTS = 5; | ||
const RECONNECT_BACKOFF_JITTER = 10; | ||
const RECONNECT_BACKOFF_MS = 50; | ||
const RECONNECT_BACKOFF_JITTER = 100; | ||
const RECONNECT_BACKOFF_MS = 100; | ||
const SDK_NAME = `${packageInfo.name}.js`; | ||
@@ -27,0 +27,0 @@ const SDK_VERSION = packageInfo.version; |
@@ -5,3 +5,3 @@ { | ||
"description": "Twilio Video JavaScript library", | ||
"version": "2.0.0-beta3", | ||
"version": "2.0.0-beta4", | ||
"homepage": "https://twilio.com", | ||
@@ -120,3 +120,3 @@ "author": "Mark Andrus Roberts <mroberts@twilio.com>", | ||
"@twilio/sip.js": "^0.7.7", | ||
"@twilio/webrtc": "^3.1.0", | ||
"@twilio/webrtc": "^3.1.1", | ||
"ws": "^3.3.1", | ||
@@ -123,0 +123,0 @@ "xmlhttprequest": "^1.8.0" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3348567
67371
Updated@twilio/webrtc@^3.1.1