mediasoup-client
Advanced tools
Comparing version 2.0.9 to 2.0.10
@@ -93,3 +93,3 @@ 'use strict'; | ||
if (options.simulcast) _this._simulcast = Object.assign({}, SIMULCAST_DEFAULT, options.simulcast); | ||
if (_typeof(options.simulcast) === 'object') _this._simulcast = Object.assign({}, SIMULCAST_DEFAULT, options.simulcast);else if (options.simulcast === true) _this._simulcast = Object.assign({}, SIMULCAST_DEFAULT); | ||
@@ -96,0 +96,0 @@ // Associated Transport. |
{ | ||
"name": "mediasoup-client", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "mediasoup client side JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "author": "Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)", |
319403