[mirotalksfu] - update dep

هذا الالتزام موجود في:
Miroslav Pejic
2024-12-18 20:31:43 +01:00
الأصل 0ea60388ea
التزام f10df2c04d
5 ملفات معدلة مع 650 إضافات و41 حذوفات

عرض الملف

@@ -555,7 +555,7 @@
}).call(this);
}).call(this, require('_process'));
},
{ './common': 4, _process: 52 },
{ './common': 4, _process: 54 },
],
4: [
function (require, module, exports) {
@@ -838,7 +838,7 @@
module.exports = setup;
},
{ ms: 43 },
{ ms: 45 },
],
5: [
function (require, module, exports) {
@@ -2450,7 +2450,7 @@
'./handlers/Safari12': 30,
'./ortc': 39,
'./utils': 42,
'ua-parser-js': 50,
'ua-parser-js': 52,
},
],
11: [
@@ -2494,7 +2494,7 @@
}
exports.Logger = Logger;
},
{ debug: 3 },
{ debug: 43 },
],
12: [
function (require, module, exports) {
@@ -3759,7 +3759,7 @@
'./ortc': 39,
'./utils': 42,
awaitqueue: 2,
'queue-microtask': 45,
'queue-microtask': 47,
},
],
16: [
@@ -3842,7 +3842,7 @@
}
exports.EnhancedEventEmitter = EnhancedEventEmitter;
},
{ './Logger': 11, 'npm-events-package': 44 },
{ './Logger': 11, 'npm-events-package': 46 },
],
17: [
function (require, module, exports) {
@@ -4644,7 +4644,7 @@
'./sdp/RemoteSdp': 34,
'./sdp/commonUtils': 35,
'./sdp/unifiedPlanUtils': 37,
'sdp-transform': 47,
'sdp-transform': 49,
},
],
19: [
@@ -5260,7 +5260,7 @@
'./sdp/RemoteSdp': 34,
'./sdp/commonUtils': 35,
'./sdp/planBUtils': 36,
'sdp-transform': 47,
'sdp-transform': 49,
},
],
20: [
@@ -5924,7 +5924,7 @@
'./sdp/RemoteSdp': 34,
'./sdp/commonUtils': 35,
'./sdp/planBUtils': 36,
'sdp-transform': 47,
'sdp-transform': 49,
},
],
21: [
@@ -6618,7 +6618,7 @@
'./sdp/RemoteSdp': 34,
'./sdp/commonUtils': 35,
'./sdp/unifiedPlanUtils': 37,
'sdp-transform': 47,
'sdp-transform': 49,
},
],
22: [
@@ -7391,7 +7391,7 @@
'./sdp/RemoteSdp': 34,
'./sdp/commonUtils': 35,
'./sdp/unifiedPlanUtils': 37,
'sdp-transform': 47,
'sdp-transform': 49,
},
],
23: [
@@ -8668,7 +8668,7 @@
'./sdp/RemoteSdp': 34,
'./sdp/commonUtils': 35,
'./sdp/unifiedPlanUtils': 37,
'sdp-transform': 47,
'sdp-transform': 49,
},
],
25: [
@@ -9447,7 +9447,7 @@
'./sdp/RemoteSdp': 34,
'./sdp/commonUtils': 35,
'./sdp/unifiedPlanUtils': 37,
'sdp-transform': 47,
'sdp-transform': 49,
},
],
26: [
@@ -10095,7 +10095,7 @@
'./sdp/RemoteSdp': 34,
'./sdp/commonUtils': 35,
'./sdp/planBUtils': 36,
'sdp-transform': 47,
'sdp-transform': 49,
},
],
28: [
@@ -10907,7 +10907,7 @@
'./sdp/RemoteSdp': 34,
'./sdp/commonUtils': 35,
'./sdp/unifiedPlanUtils': 37,
'sdp-transform': 47,
'sdp-transform': 49,
},
],
29: [
@@ -11566,7 +11566,7 @@
'./sdp/RemoteSdp': 34,
'./sdp/commonUtils': 35,
'./sdp/planBUtils': 36,
'sdp-transform': 47,
'sdp-transform': 49,
},
],
30: [
@@ -12325,7 +12325,7 @@
'./sdp/RemoteSdp': 34,
'./sdp/commonUtils': 35,
'./sdp/unifiedPlanUtils': 37,
'sdp-transform': 47,
'sdp-transform': 49,
},
],
31: [
@@ -13126,7 +13126,7 @@
return mimeTypeMatch[2];
}
},
{ '../../utils': 42, 'sdp-transform': 47 },
{ '../../utils': 42, 'sdp-transform': 49 },
],
34: [
function (require, module, exports) {
@@ -13476,7 +13476,7 @@
}
exports.RemoteSdp = RemoteSdp;
},
{ '../../Logger': 11, './MediaSection': 33, 'sdp-transform': 47 },
{ '../../Logger': 11, './MediaSection': 33, 'sdp-transform': 49 },
],
35: [
function (require, module, exports) {
@@ -13737,7 +13737,7 @@
}
}
},
{ 'sdp-transform': 47 },
{ 'sdp-transform': 49 },
],
36: [
function (require, module, exports) {
@@ -14112,7 +14112,7 @@
/**
* Expose mediasoup-client version.
*/
exports.version = '3.7.18';
exports.version = '3.8.1';
/**
* Expose parseScalabilityMode() function.
*/
@@ -14124,7 +14124,7 @@
},
});
},
{ './Device': 10, './scalabilityModes': 40, './types': 41, debug: 3 },
{ './Device': 10, './scalabilityModes': 40, './types': 41, debug: 43 },
],
39: [
function (require, module, exports) {
@@ -15193,6 +15193,615 @@
{},
],
43: [
function (require, module, exports) {
(function (process) {
(function () {
/* eslint-env browser */
/**
* This is the web browser implementation of `debug()`.
*/
exports.formatArgs = formatArgs;
exports.save = save;
exports.load = load;
exports.useColors = useColors;
exports.storage = localstorage();
exports.destroy = (() => {
let warned = false;
return () => {
if (!warned) {
warned = true;
console.warn(
'Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.',
);
}
};
})();
/**
* Colors.
*/
exports.colors = [
'#0000CC',
'#0000FF',
'#0033CC',
'#0033FF',
'#0066CC',
'#0066FF',
'#0099CC',
'#0099FF',
'#00CC00',
'#00CC33',
'#00CC66',
'#00CC99',
'#00CCCC',
'#00CCFF',
'#3300CC',
'#3300FF',
'#3333CC',
'#3333FF',
'#3366CC',
'#3366FF',
'#3399CC',
'#3399FF',
'#33CC00',
'#33CC33',
'#33CC66',
'#33CC99',
'#33CCCC',
'#33CCFF',
'#6600CC',
'#6600FF',
'#6633CC',
'#6633FF',
'#66CC00',
'#66CC33',
'#9900CC',
'#9900FF',
'#9933CC',
'#9933FF',
'#99CC00',
'#99CC33',
'#CC0000',
'#CC0033',
'#CC0066',
'#CC0099',
'#CC00CC',
'#CC00FF',
'#CC3300',
'#CC3333',
'#CC3366',
'#CC3399',
'#CC33CC',
'#CC33FF',
'#CC6600',
'#CC6633',
'#CC9900',
'#CC9933',
'#CCCC00',
'#CCCC33',
'#FF0000',
'#FF0033',
'#FF0066',
'#FF0099',
'#FF00CC',
'#FF00FF',
'#FF3300',
'#FF3333',
'#FF3366',
'#FF3399',
'#FF33CC',
'#FF33FF',
'#FF6600',
'#FF6633',
'#FF9900',
'#FF9933',
'#FFCC00',
'#FFCC33',
];
/**
* Currently only WebKit-based Web Inspectors, Firefox >= v31,
* and the Firebug extension (any Firefox version) are known
* to support "%c" CSS customizations.
*
* TODO: add a `localStorage` variable to explicitly enable/disable colors
*/
// eslint-disable-next-line complexity
function useColors() {
// NB: In an Electron preload script, document will be defined but not fully
// initialized. Since we know we're in Chrome, we'll just detect this case
// explicitly
if (
typeof window !== 'undefined' &&
window.process &&
(window.process.type === 'renderer' || window.process.__nwjs)
) {
return true;
}
// Internet Explorer and Edge do not support colors.
if (
typeof navigator !== 'undefined' &&
navigator.userAgent &&
navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)
) {
return false;
}
let m;
// Is webkit? http://stackoverflow.com/a/16459606/376773
// document is undefined in react-native: https://github.com/facebook/react-native/pull/1632
// eslint-disable-next-line no-return-assign
return (
(typeof document !== 'undefined' &&
document.documentElement &&
document.documentElement.style &&
document.documentElement.style.WebkitAppearance) ||
// Is firebug? http://stackoverflow.com/a/398120/376773
(typeof window !== 'undefined' &&
window.console &&
(window.console.firebug || (window.console.exception && window.console.table))) ||
// Is firefox >= v31?
// https://developer.mozilla.org/en-US/docs/Tools/Web_Console#Styling_messages
(typeof navigator !== 'undefined' &&
navigator.userAgent &&
(m = navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)) &&
parseInt(m[1], 10) >= 31) ||
// Double check webkit in userAgent just in case we are in a worker
(typeof navigator !== 'undefined' &&
navigator.userAgent &&
navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))
);
}
/**
* Colorize log arguments if enabled.
*
* @api public
*/
function formatArgs(args) {
args[0] =
(this.useColors ? '%c' : '') +
this.namespace +
(this.useColors ? ' %c' : ' ') +
args[0] +
(this.useColors ? '%c ' : ' ') +
'+' +
module.exports.humanize(this.diff);
if (!this.useColors) {
return;
}
const c = 'color: ' + this.color;
args.splice(1, 0, c, 'color: inherit');
// The final "%c" is somewhat tricky, because there could be other
// arguments passed either before or after the %c, so we need to
// figure out the correct index to insert the CSS into
let index = 0;
let lastC = 0;
args[0].replace(/%[a-zA-Z%]/g, (match) => {
if (match === '%%') {
return;
}
index++;
if (match === '%c') {
// We only are interested in the *last* %c
// (the user may have provided their own)
lastC = index;
}
});
args.splice(lastC, 0, c);
}
/**
* Invokes `console.debug()` when available.
* No-op when `console.debug` is not a "function".
* If `console.debug` is not available, falls back
* to `console.log`.
*
* @api public
*/
exports.log = console.debug || console.log || (() => {});
/**
* Save `namespaces`.
*
* @param {String} namespaces
* @api private
*/
function save(namespaces) {
try {
if (namespaces) {
exports.storage.setItem('debug', namespaces);
} else {
exports.storage.removeItem('debug');
}
} catch (error) {
// Swallow
// XXX (@Qix-) should we be logging these?
}
}
/**
* Load `namespaces`.
*
* @return {String} returns the previously persisted debug modes
* @api private
*/
function load() {
let r;
try {
r = exports.storage.getItem('debug');
} catch (error) {
// Swallow
// XXX (@Qix-) should we be logging these?
}
// If debug isn't set in LS, and we're in Electron, try to load $DEBUG
if (!r && typeof process !== 'undefined' && 'env' in process) {
r = process.env.DEBUG;
}
return r;
}
/**
* Localstorage attempts to return the localstorage.
*
* This is necessary because safari throws
* when a user disables cookies/localstorage
* and you attempt to access it.
*
* @return {LocalStorage}
* @api private
*/
function localstorage() {
try {
// TVMLKit (Apple TV JS Runtime) does not have a window object, just localStorage in the global context
// The Browser also has localStorage in the global context.
return localStorage;
} catch (error) {
// Swallow
// XXX (@Qix-) should we be logging these?
}
}
module.exports = require('./common')(exports);
const { formatters } = module.exports;
/**
* Map %j to `JSON.stringify()`, since no Web Inspectors do that by default.
*/
formatters.j = function (v) {
try {
return JSON.stringify(v);
} catch (error) {
return '[UnexpectedJSONParseError]: ' + error.message;
}
};
}).call(this);
}).call(this, require('_process'));
},
{ './common': 44, _process: 54 },
],
44: [
function (require, module, exports) {
/**
* This is the common logic for both the Node.js and web browser
* implementations of `debug()`.
*/
function setup(env) {
createDebug.debug = createDebug;
createDebug.default = createDebug;
createDebug.coerce = coerce;
createDebug.disable = disable;
createDebug.enable = enable;
createDebug.enabled = enabled;
createDebug.humanize = require('ms');
createDebug.destroy = destroy;
Object.keys(env).forEach((key) => {
createDebug[key] = env[key];
});
/**
* The currently active debug mode names, and names to skip.
*/
createDebug.names = [];
createDebug.skips = [];
/**
* Map of special "%n" handling functions, for the debug "format" argument.
*
* Valid key names are a single, lower or upper-case letter, i.e. "n" and "N".
*/
createDebug.formatters = {};
/**
* Selects a color for a debug namespace
* @param {String} namespace The namespace string for the debug instance to be colored
* @return {Number|String} An ANSI color code for the given namespace
* @api private
*/
function selectColor(namespace) {
let hash = 0;
for (let i = 0; i < namespace.length; i++) {
hash = (hash << 5) - hash + namespace.charCodeAt(i);
hash |= 0; // Convert to 32bit integer
}
return createDebug.colors[Math.abs(hash) % createDebug.colors.length];
}
createDebug.selectColor = selectColor;
/**
* Create a debugger with the given `namespace`.
*
* @param {String} namespace
* @return {Function}
* @api public
*/
function createDebug(namespace) {
let prevTime;
let enableOverride = null;
let namespacesCache;
let enabledCache;
function debug(...args) {
// Disabled?
if (!debug.enabled) {
return;
}
const self = debug;
// Set `diff` timestamp
const curr = Number(new Date());
const ms = curr - (prevTime || curr);
self.diff = ms;
self.prev = prevTime;
self.curr = curr;
prevTime = curr;
args[0] = createDebug.coerce(args[0]);
if (typeof args[0] !== 'string') {
// Anything else let's inspect with %O
args.unshift('%O');
}
// Apply any `formatters` transformations
let index = 0;
args[0] = args[0].replace(/%([a-zA-Z%])/g, (match, format) => {
// If we encounter an escaped % then don't increase the array index
if (match === '%%') {
return '%';
}
index++;
const formatter = createDebug.formatters[format];
if (typeof formatter === 'function') {
const val = args[index];
match = formatter.call(self, val);
// Now we need to remove `args[index]` since it's inlined in the `format`
args.splice(index, 1);
index--;
}
return match;
});
// Apply env-specific formatting (colors, etc.)
createDebug.formatArgs.call(self, args);
const logFn = self.log || createDebug.log;
logFn.apply(self, args);
}
debug.namespace = namespace;
debug.useColors = createDebug.useColors();
debug.color = createDebug.selectColor(namespace);
debug.extend = extend;
debug.destroy = createDebug.destroy; // XXX Temporary. Will be removed in the next major release.
Object.defineProperty(debug, 'enabled', {
enumerable: true,
configurable: false,
get: () => {
if (enableOverride !== null) {
return enableOverride;
}
if (namespacesCache !== createDebug.namespaces) {
namespacesCache = createDebug.namespaces;
enabledCache = createDebug.enabled(namespace);
}
return enabledCache;
},
set: (v) => {
enableOverride = v;
},
});
// Env-specific initialization logic for debug instances
if (typeof createDebug.init === 'function') {
createDebug.init(debug);
}
return debug;
}
function extend(namespace, delimiter) {
const newDebug = createDebug(
this.namespace + (typeof delimiter === 'undefined' ? ':' : delimiter) + namespace,
);
newDebug.log = this.log;
return newDebug;
}
/**
* Enables a debug mode by namespaces. This can include modes
* separated by a colon and wildcards.
*
* @param {String} namespaces
* @api public
*/
function enable(namespaces) {
createDebug.save(namespaces);
createDebug.namespaces = namespaces;
createDebug.names = [];
createDebug.skips = [];
const split = (typeof namespaces === 'string' ? namespaces : '')
.trim()
.replace(' ', ',')
.split(',')
.filter(Boolean);
for (const ns of split) {
if (ns[0] === '-') {
createDebug.skips.push(ns.slice(1));
} else {
createDebug.names.push(ns);
}
}
}
/**
* Checks if the given string matches a namespace template, honoring
* asterisks as wildcards.
*
* @param {String} search
* @param {String} template
* @return {Boolean}
*/
function matchesTemplate(search, template) {
let searchIndex = 0;
let templateIndex = 0;
let starIndex = -1;
let matchIndex = 0;
while (searchIndex < search.length) {
if (
templateIndex < template.length &&
(template[templateIndex] === search[searchIndex] || template[templateIndex] === '*')
) {
// Match character or proceed with wildcard
if (template[templateIndex] === '*') {
starIndex = templateIndex;
matchIndex = searchIndex;
templateIndex++; // Skip the '*'
} else {
searchIndex++;
templateIndex++;
}
} else if (starIndex !== -1) {
// eslint-disable-line no-negated-condition
// Backtrack to the last '*' and try to match more characters
templateIndex = starIndex + 1;
matchIndex++;
searchIndex = matchIndex;
} else {
return false; // No match
}
}
// Handle trailing '*' in template
while (templateIndex < template.length && template[templateIndex] === '*') {
templateIndex++;
}
return templateIndex === template.length;
}
/**
* Disable debug output.
*
* @return {String} namespaces
* @api public
*/
function disable() {
const namespaces = [
...createDebug.names,
...createDebug.skips.map((namespace) => '-' + namespace),
].join(',');
createDebug.enable('');
return namespaces;
}
/**
* Returns true if the given mode name is enabled, false otherwise.
*
* @param {String} name
* @return {Boolean}
* @api public
*/
function enabled(name) {
for (const skip of createDebug.skips) {
if (matchesTemplate(name, skip)) {
return false;
}
}
for (const ns of createDebug.names) {
if (matchesTemplate(name, ns)) {
return true;
}
}
return false;
}
/**
* Coerce `val`.
*
* @param {Mixed} val
* @return {Mixed}
* @api private
*/
function coerce(val) {
if (val instanceof Error) {
return val.stack || val.message;
}
return val;
}
/**
* XXX DO NOT USE. This is a temporary stub function.
* XXX It WILL be removed in the next major release.
*/
function destroy() {
console.warn(
'Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.',
);
}
createDebug.enable(createDebug.load());
return createDebug;
}
module.exports = setup;
},
{ ms: 45 },
],
45: [
function (require, module, exports) {
/**
* Helpers.
@@ -15357,7 +15966,7 @@
},
{},
],
44: [
46: [
function (require, module, exports) {
// Copyright Joyent, Inc. and other Node contributors.
//
@@ -15846,7 +16455,7 @@
},
{},
],
45: [
47: [
function (require, module, exports) {
(function (global) {
(function () {
@@ -15877,7 +16486,7 @@
},
{},
],
46: [
48: [
function (require, module, exports) {
var grammar = (module.exports = {
v: [
@@ -16390,7 +16999,7 @@
},
{},
],
47: [
49: [
function (require, module, exports) {
var parser = require('./parser');
var writer = require('./writer');
@@ -16406,9 +17015,9 @@
exports.parseImageAttributes = parser.parseImageAttributes;
exports.parseSimulcastStreamList = parser.parseSimulcastStreamList;
},
{ './grammar': 46, './parser': 48, './writer': 49 },
{ './grammar': 48, './parser': 50, './writer': 51 },
],
48: [
50: [
function (require, module, exports) {
var toIntIfInt = function (v) {
return String(Number(v)) === v ? Number(v) : v;
@@ -16541,9 +17150,9 @@
});
};
},
{ './grammar': 46 },
{ './grammar': 48 },
],
49: [
51: [
function (require, module, exports) {
var grammar = require('./grammar');
@@ -16653,9 +17262,9 @@
return sdp.join('\r\n') + '\r\n';
};
},
{ './grammar': 46 },
{ './grammar': 48 },
],
50: [
52: [
function (require, module, exports) {
/* UAParser.js v2.0.0
Copyright © 2012-2024 Faisal Salman <f@faisalman.com>
@@ -17705,14 +18314,14 @@
},
{},
],
51: [
53: [
function (require, module, exports) {
const client = require('mediasoup-client');
window.mediasoupClient = client;
},
{ 'mediasoup-client': 38 },
],
52: [
54: [
function (require, module, exports) {
// shim for using process in browser
var process = (module.exports = {});
@@ -17904,5 +18513,5 @@
],
},
{},
[51],
[53],
);