Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

twilio-video

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twilio-video - npm Package Compare versions

Comparing version 2.0.0-beta3 to 2.0.0-beta4

9

CHANGELOG.md

@@ -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 @@ ===============================

4

es5/signaling/v2/twilioconnectiontransport.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc