@flashphoner/websdk 2.0.232 → 2.0.233
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/docTemplate/README.md +1 -1
- package/examples/demo/streaming/console/console.html +44 -1
- package/examples/demo/streaming/console/console.js +37 -0
- package/flashphoner-no-flash.js +14 -14
- package/flashphoner-no-flash.min.js +2 -2
- package/flashphoner-no-webrtc.js +13 -13
- package/flashphoner-no-webrtc.min.js +2 -2
- package/flashphoner-no-wsplayer.js +13 -13
- package/flashphoner-no-wsplayer.min.js +2 -2
- package/flashphoner-rest-api.js +3 -2
- package/flashphoner-temasys-flash-websocket-without-adapterjs.js +15 -15
- package/flashphoner-temasys-flash-websocket.js +15 -15
- package/flashphoner-temasys-flash-websocket.min.js +2 -2
- package/flashphoner-webrtc-only.js +12 -12
- package/flashphoner-webrtc-only.min.js +1 -1
- package/flashphoner.js +13 -13
- package/flashphoner.min.js +2 -2
- package/package.json +1 -1
- package/src/rest-module.js +3 -2
|
@@ -324,7 +324,7 @@ process.umask = function () {
|
|
|
324
324
|
|
|
325
325
|
},{}],4:[function(require,module,exports){
|
|
326
326
|
(function (setImmediate){(function (){
|
|
327
|
-
function _typeof(
|
|
327
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
328
328
|
(function (root) {
|
|
329
329
|
// Store setTimeout reference so promise-polyfill will be unaffected by
|
|
330
330
|
// other code modifying setTimeout (like sinon.useFakeTimers())
|
|
@@ -2124,7 +2124,7 @@ module.exports = function (window, edgeVersion) {
|
|
|
2124
2124
|
'use strict';
|
|
2125
2125
|
|
|
2126
2126
|
// SDP helpers.
|
|
2127
|
-
function _typeof(
|
|
2127
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2128
2128
|
var SDPUtils = {};
|
|
2129
2129
|
|
|
2130
2130
|
// Generate an alphanumeric identifier for cname or mids.
|
|
@@ -3930,7 +3930,7 @@ function adapterFactory() {
|
|
|
3930
3930
|
/* eslint-env node */
|
|
3931
3931
|
'use strict';
|
|
3932
3932
|
|
|
3933
|
-
function _typeof2(
|
|
3933
|
+
function _typeof2(o) { "@babel/helpers - typeof"; return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof2(o); }
|
|
3934
3934
|
Object.defineProperty(exports, "__esModule", {
|
|
3935
3935
|
value: true
|
|
3936
3936
|
});
|
|
@@ -4711,7 +4711,7 @@ function shimGetDisplayMedia(window, getSourceId) {
|
|
|
4711
4711
|
/* eslint-env node */
|
|
4712
4712
|
'use strict';
|
|
4713
4713
|
|
|
4714
|
-
function _typeof2(
|
|
4714
|
+
function _typeof2(o) { "@babel/helpers - typeof"; return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof2(o); }
|
|
4715
4715
|
Object.defineProperty(exports, "__esModule", {
|
|
4716
4716
|
value: true
|
|
4717
4717
|
});
|
|
@@ -4930,7 +4930,7 @@ function shimGetUserMedia(window, browserDetails) {
|
|
|
4930
4930
|
/* eslint-env node */
|
|
4931
4931
|
'use strict';
|
|
4932
4932
|
|
|
4933
|
-
function _typeof2(
|
|
4933
|
+
function _typeof2(o) { "@babel/helpers - typeof"; return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof2(o); }
|
|
4934
4934
|
Object.defineProperty(exports, "__esModule", {
|
|
4935
4935
|
value: true
|
|
4936
4936
|
});
|
|
@@ -5568,7 +5568,7 @@ function shimGetUserMedia(window) {
|
|
|
5568
5568
|
/* eslint-env node */
|
|
5569
5569
|
'use strict';
|
|
5570
5570
|
|
|
5571
|
-
function _typeof2(
|
|
5571
|
+
function _typeof2(o) { "@babel/helpers - typeof"; return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof2(o); }
|
|
5572
5572
|
Object.defineProperty(exports, "__esModule", {
|
|
5573
5573
|
value: true
|
|
5574
5574
|
});
|
|
@@ -5947,7 +5947,7 @@ function shimGetDisplayMedia(window, preferredMediaSource) {
|
|
|
5947
5947
|
/* eslint-env node */
|
|
5948
5948
|
'use strict';
|
|
5949
5949
|
|
|
5950
|
-
function _typeof2(
|
|
5950
|
+
function _typeof2(o) { "@babel/helpers - typeof"; return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof2(o); }
|
|
5951
5951
|
Object.defineProperty(exports, "__esModule", {
|
|
5952
5952
|
value: true
|
|
5953
5953
|
});
|
|
@@ -6030,7 +6030,7 @@ function shimGetUserMedia(window, browserDetails) {
|
|
|
6030
6030
|
*/
|
|
6031
6031
|
'use strict';
|
|
6032
6032
|
|
|
6033
|
-
function _typeof2(
|
|
6033
|
+
function _typeof2(o) { "@babel/helpers - typeof"; return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof2(o); }
|
|
6034
6034
|
Object.defineProperty(exports, "__esModule", {
|
|
6035
6035
|
value: true
|
|
6036
6036
|
});
|
|
@@ -6393,7 +6393,7 @@ function shimAudioContext(window) {
|
|
|
6393
6393
|
/* eslint-env node */
|
|
6394
6394
|
'use strict';
|
|
6395
6395
|
|
|
6396
|
-
function _typeof2(
|
|
6396
|
+
function _typeof2(o) { "@babel/helpers - typeof"; return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof2(o); }
|
|
6397
6397
|
Object.defineProperty(exports, "__esModule", {
|
|
6398
6398
|
value: true
|
|
6399
6399
|
});
|
|
@@ -7514,7 +7514,7 @@ module.exports = {
|
|
|
7514
7514
|
},{}],39:[function(require,module,exports){
|
|
7515
7515
|
'use strict';
|
|
7516
7516
|
|
|
7517
|
-
function _typeof(
|
|
7517
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
7518
7518
|
var _require = require('uuid'),
|
|
7519
7519
|
uuid_v1 = _require.v1;
|
|
7520
7520
|
var constants = require("./constants");
|
|
@@ -10358,7 +10358,7 @@ module.exports = {
|
|
|
10358
10358
|
},{"./constants":38,"./media-source-media-provider":1,"./temasys-media-provider":1,"./util":40,"./webrtc-media-provider":41,"./websocket-media-provider":1,"kalmanjs":2,"promise-polyfill":4,"uuid":8,"webrtc-adapter":23}],40:[function(require,module,exports){
|
|
10359
10359
|
'use strict';
|
|
10360
10360
|
|
|
10361
|
-
function _typeof(
|
|
10361
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
10362
10362
|
var isEmptyObject = function isEmptyObject(obj) {
|
|
10363
10363
|
for (var name in obj) {
|
|
10364
10364
|
return false;
|
|
@@ -10784,7 +10784,7 @@ module.exports = {
|
|
|
10784
10784
|
};
|
|
10785
10785
|
|
|
10786
10786
|
},{}],41:[function(require,module,exports){
|
|
10787
|
-
function _typeof(
|
|
10787
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
10788
10788
|
-'use strict';
|
|
10789
10789
|
var browserDetails = require('webrtc-adapter')["default"].browserDetails;
|
|
10790
10790
|
var _require = require('uuid'),
|