@desivocal/agents-cdn 0.1.6 → 0.1.7

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.
@@ -38537,15 +38537,11 @@ var _coreExports = _core.exports, _aFunction = function(n) {
38537
38537
  } catch {
38538
38538
  return !0;
38539
38539
  }
38540
- }, _descriptors, hasRequired_descriptors;
38541
- function require_descriptors() {
38542
- return hasRequired_descriptors || (hasRequired_descriptors = 1, _descriptors = !_fails(function() {
38543
- return Object.defineProperty({}, "a", { get: function() {
38544
- return 7;
38545
- } }).a != 7;
38546
- })), _descriptors;
38547
- }
38548
- var _domCreate, hasRequired_domCreate;
38540
+ }, _descriptors = !_fails(function() {
38541
+ return Object.defineProperty({}, "a", { get: function() {
38542
+ return 7;
38543
+ } }).a != 7;
38544
+ }), _domCreate, hasRequired_domCreate;
38549
38545
  function require_domCreate() {
38550
38546
  if (hasRequired_domCreate) return _domCreate;
38551
38547
  hasRequired_domCreate = 1;
@@ -38554,33 +38550,24 @@ function require_domCreate() {
38554
38550
  return a ? t.createElement(s) : {};
38555
38551
  }, _domCreate;
38556
38552
  }
38557
- var _ie8DomDefine, hasRequired_ie8DomDefine;
38558
- function require_ie8DomDefine() {
38559
- return hasRequired_ie8DomDefine || (hasRequired_ie8DomDefine = 1, _ie8DomDefine = !require_descriptors() && !_fails(function() {
38560
- return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
38561
- return 7;
38562
- } }).a != 7;
38563
- })), _ie8DomDefine;
38564
- }
38565
- var isObject$2 = _isObject, _toPrimitive = function(n, t) {
38553
+ var _ie8DomDefine = !_descriptors && !_fails(function() {
38554
+ return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
38555
+ return 7;
38556
+ } }).a != 7;
38557
+ }), isObject$2 = _isObject, _toPrimitive = function(n, t) {
38566
38558
  if (!isObject$2(n)) return n;
38567
38559
  var a, s;
38568
38560
  if (t && typeof (a = n.toString) == "function" && !isObject$2(s = a.call(n)) || typeof (a = n.valueOf) == "function" && !isObject$2(s = a.call(n)) || !t && typeof (a = n.toString) == "function" && !isObject$2(s = a.call(n))) return s;
38569
38561
  throw TypeError("Can't convert object to primitive value");
38570
- }, hasRequired_objectDp;
38571
- function require_objectDp() {
38572
- if (hasRequired_objectDp) return _objectDp;
38573
- hasRequired_objectDp = 1;
38574
- var n = _anObject, t = require_ie8DomDefine(), a = _toPrimitive, s = Object.defineProperty;
38575
- return _objectDp.f = require_descriptors() ? Object.defineProperty : function(d, p, g) {
38576
- if (n(d), p = a(p, !0), n(g), t) try {
38577
- return s(d, p, g);
38578
- } catch {
38579
- }
38580
- if ("get" in g || "set" in g) throw TypeError("Accessors not supported!");
38581
- return "value" in g && (d[p] = g.value), d;
38582
- }, _objectDp;
38583
- }
38562
+ }, anObject$3 = _anObject, IE8_DOM_DEFINE$1 = _ie8DomDefine, toPrimitive$2 = _toPrimitive, dP$3 = Object.defineProperty;
38563
+ _objectDp.f = _descriptors ? Object.defineProperty : function(t, a, s) {
38564
+ if (anObject$3(t), a = toPrimitive$2(a, !0), anObject$3(s), IE8_DOM_DEFINE$1) try {
38565
+ return dP$3(t, a, s);
38566
+ } catch {
38567
+ }
38568
+ if ("get" in s || "set" in s) throw TypeError("Accessors not supported!");
38569
+ return "value" in s && (t[a] = s.value), t;
38570
+ };
38584
38571
  var _propertyDesc = function(n, t) {
38585
38572
  return {
38586
38573
  enumerable: !(n & 1),
@@ -38588,7 +38575,7 @@ var _propertyDesc = function(n, t) {
38588
38575
  writable: !(n & 4),
38589
38576
  value: t
38590
38577
  };
38591
- }, dP$2 = require_objectDp(), createDesc$2 = _propertyDesc, _hide = require_descriptors() ? function(n, t, a) {
38578
+ }, dP$2 = _objectDp, createDesc$2 = _propertyDesc, _hide = _descriptors ? function(n, t, a) {
38592
38579
  return dP$2.f(n, t, createDesc$2(1, a));
38593
38580
  } : function(n, t, a) {
38594
38581
  return n[t] = a, n;
@@ -38687,7 +38674,7 @@ var defined$1 = _defined, _toObject = function(n) {
38687
38674
  function require_objectAssign() {
38688
38675
  if (hasRequired_objectAssign) return _objectAssign;
38689
38676
  hasRequired_objectAssign = 1;
38690
- var n = require_descriptors(), t = _objectKeys, a = _objectGops, s = require_objectPie(), u = _toObject, d = require_iobject(), p = Object.assign;
38677
+ var n = _descriptors, t = _objectKeys, a = _objectGops, s = require_objectPie(), u = _toObject, d = require_iobject(), p = Object.assign;
38691
38678
  return _objectAssign = !p || _fails(function() {
38692
38679
  var g = {}, S = {}, T = Symbol(), O = "abcdefghijklmnopqrst";
38693
38680
  return g[T] = 7, O.split("").forEach(function(q) {
@@ -38736,7 +38723,7 @@ classCallCheck.default = function(n, t) {
38736
38723
  throw new TypeError("Cannot call a class as a function");
38737
38724
  };
38738
38725
  var createClass = {}, $export$4 = _export;
38739
- $export$4($export$4.S + $export$4.F * !require_descriptors(), "Object", { defineProperty: require_objectDp().f });
38726
+ $export$4($export$4.S + $export$4.F * !_descriptors, "Object", { defineProperty: _objectDp.f });
38740
38727
  var $Object$1 = _coreExports.Object, defineProperty$2 = function(t, a, s) {
38741
38728
  return $Object$1.defineProperty(t, a, s);
38742
38729
  }, defineProperty$1 = { default: defineProperty$2, __esModule: !0 };
@@ -38761,7 +38748,7 @@ var possibleConstructorReturn = {}, _typeof$1 = {}, toInteger = _toInteger, defi
38761
38748
  var s = String(defined(t)), u = toInteger(a), d = s.length, p, g;
38762
38749
  return u < 0 || u >= d ? n ? "" : void 0 : (p = s.charCodeAt(u), p < 55296 || p > 56319 || u + 1 === d || (g = s.charCodeAt(u + 1)) < 56320 || g > 57343 ? n ? s.charAt(u) : p : n ? s.slice(u, u + 2) : (p - 55296 << 10) + (g - 56320) + 65536);
38763
38750
  };
38764
- }, _redefine = _hide, _iterators = {}, dP$1 = require_objectDp(), anObject$2 = _anObject, getKeys$1 = _objectKeys, _objectDps = require_descriptors() ? Object.defineProperties : function(t, a) {
38751
+ }, _redefine = _hide, _iterators = {}, dP$1 = _objectDp, anObject$2 = _anObject, getKeys$1 = _objectKeys, _objectDps = _descriptors ? Object.defineProperties : function(t, a) {
38765
38752
  anObject$2(t);
38766
38753
  for (var s = getKeys$1(a), u = s.length, d = 0, p; u > d; ) dP$1.f(t, p = s[d++], a[p]);
38767
38754
  return t;
@@ -38784,7 +38771,7 @@ var anObject$1 = _anObject, dPs = _objectDps, enumBugKeys = _enumBugKeys, IE_PRO
38784
38771
  return store[n] || (store[n] = USE_SYMBOL && Symbol$1[n] || (USE_SYMBOL ? Symbol$1 : uid$1)("Symbol." + n));
38785
38772
  };
38786
38773
  $exports.store = store;
38787
- var _wksExports = _wks.exports, def = require_objectDp().f, has$4 = _has, TAG = _wksExports("toStringTag"), _setToStringTag = function(n, t, a) {
38774
+ var _wksExports = _wks.exports, def = _objectDp.f, has$4 = _has, TAG = _wksExports("toStringTag"), _setToStringTag = function(n, t, a) {
38788
38775
  n && !has$4(n = a ? n : n.prototype, TAG) && def(n, TAG, { configurable: !0, value: t });
38789
38776
  }, create$2 = _objectCreate, descriptor = _propertyDesc, setToStringTag$2 = _setToStringTag, IteratorPrototype = {};
38790
38777
  _hide(IteratorPrototype, _wksExports("iterator"), function() {
@@ -38847,7 +38834,7 @@ for (var i = 0; i < DOMIterables.length; i++) {
38847
38834
  }
38848
38835
  var _wksExt = {};
38849
38836
  _wksExt.f = _wksExports;
38850
- var iterator$1 = _wksExt.f("iterator"), iterator = { default: iterator$1, __esModule: !0 }, _meta = { exports: {} }, META$1 = _uid("meta"), isObject$1 = _isObject, has$3 = _has, setDesc = require_objectDp().f, id = 0, isExtensible = Object.isExtensible || function() {
38837
+ var iterator$1 = _wksExt.f("iterator"), iterator = { default: iterator$1, __esModule: !0 }, _meta = { exports: {} }, META$1 = _uid("meta"), isObject$1 = _isObject, has$3 = _has, setDesc = _objectDp.f, id = 0, isExtensible = Object.isExtensible || function() {
38851
38838
  return !0;
38852
38839
  }, FREEZE = !_fails(function() {
38853
38840
  return isExtensible(Object.preventExtensions({}));
@@ -38881,7 +38868,7 @@ var iterator$1 = _wksExt.f("iterator"), iterator = { default: iterator$1, __esMo
38881
38868
  fastKey,
38882
38869
  getWeak,
38883
38870
  onFreeze
38884
- }, _metaExports = _meta.exports, core = _coreExports, wksExt$1 = _wksExt, defineProperty = require_objectDp().f, _wksDefine = function(n) {
38871
+ }, _metaExports = _meta.exports, core = _coreExports, wksExt$1 = _wksExt, defineProperty = _objectDp.f, _wksDefine = function(n) {
38885
38872
  var t = core.Symbol || (core.Symbol = {});
38886
38873
  n.charAt(0) != "_" && !(n in t) && defineProperty(t, n, { value: wksExt$1.f(n) });
38887
38874
  }, getKeys = _objectKeys, gOPS = _objectGops, pIE$1 = require_objectPie(), _enumKeys = function(n) {
@@ -38905,15 +38892,15 @@ var toIObject$2 = _toIobject, gOPN$1 = _objectGopn.f, toString = {}.toString, wi
38905
38892
  _objectGopnExt.f = function(t) {
38906
38893
  return windowNames && toString.call(t) == "[object Window]" ? getWindowNames(t) : gOPN$1(toIObject$2(t));
38907
38894
  };
38908
- var _objectGopd = {}, pIE = require_objectPie(), createDesc$1 = _propertyDesc, toIObject$1 = _toIobject, toPrimitive$1 = _toPrimitive, has$2 = _has, IE8_DOM_DEFINE = require_ie8DomDefine(), gOPD$1 = Object.getOwnPropertyDescriptor;
38909
- _objectGopd.f = require_descriptors() ? gOPD$1 : function(t, a) {
38895
+ var _objectGopd = {}, pIE = require_objectPie(), createDesc$1 = _propertyDesc, toIObject$1 = _toIobject, toPrimitive$1 = _toPrimitive, has$2 = _has, IE8_DOM_DEFINE = _ie8DomDefine, gOPD$1 = Object.getOwnPropertyDescriptor;
38896
+ _objectGopd.f = _descriptors ? gOPD$1 : function(t, a) {
38910
38897
  if (t = toIObject$1(t), a = toPrimitive$1(a, !0), IE8_DOM_DEFINE) try {
38911
38898
  return gOPD$1(t, a);
38912
38899
  } catch {
38913
38900
  }
38914
38901
  if (has$2(t, a)) return createDesc$1(!pIE.f.call(t, a), t[a]);
38915
38902
  };
38916
- var global$1 = _globalExports, has$1 = _has, DESCRIPTORS = require_descriptors(), $export$2 = _export, redefine = _redefine, META = _metaExports.KEY, $fails = _fails, shared = _sharedExports, setToStringTag = _setToStringTag, uid = _uid, wks = _wksExports, wksExt = _wksExt, wksDefine = _wksDefine, enumKeys = _enumKeys, isArray = _isArray, anObject = _anObject, isObject = _isObject, toObject = _toObject, toIObject = _toIobject, toPrimitive = _toPrimitive, createDesc = _propertyDesc, _create$1 = _objectCreate, gOPNExt = _objectGopnExt, $GOPD = _objectGopd, $GOPS = _objectGops, $DP = require_objectDp(), $keys = _objectKeys, gOPD = $GOPD.f, dP = $DP.f, gOPN = gOPNExt.f, $Symbol = global$1.Symbol, $JSON = global$1.JSON, _stringify = $JSON && $JSON.stringify, PROTOTYPE = "prototype", HIDDEN = wks("_hidden"), TO_PRIMITIVE = wks("toPrimitive"), isEnum = {}.propertyIsEnumerable, SymbolRegistry = shared("symbol-registry"), AllSymbols = shared("symbols"), OPSymbols = shared("op-symbols"), ObjectProto = Object[PROTOTYPE], USE_NATIVE = typeof $Symbol == "function" && !!$GOPS.f, QObject = global$1.QObject, setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild, setSymbolDesc = DESCRIPTORS && $fails(function() {
38903
+ var global$1 = _globalExports, has$1 = _has, DESCRIPTORS = _descriptors, $export$2 = _export, redefine = _redefine, META = _metaExports.KEY, $fails = _fails, shared = _sharedExports, setToStringTag = _setToStringTag, uid = _uid, wks = _wksExports, wksExt = _wksExt, wksDefine = _wksDefine, enumKeys = _enumKeys, isArray = _isArray, anObject = _anObject, isObject = _isObject, toObject = _toObject, toIObject = _toIobject, toPrimitive = _toPrimitive, createDesc = _propertyDesc, _create$1 = _objectCreate, gOPNExt = _objectGopnExt, $GOPD = _objectGopd, $GOPS = _objectGops, $DP = _objectDp, $keys = _objectKeys, gOPD = $GOPD.f, dP = $DP.f, gOPN = gOPNExt.f, $Symbol = global$1.Symbol, $JSON = global$1.JSON, _stringify = $JSON && $JSON.stringify, PROTOTYPE = "prototype", HIDDEN = wks("_hidden"), TO_PRIMITIVE = wks("toPrimitive"), isEnum = {}.propertyIsEnumerable, SymbolRegistry = shared("symbol-registry"), AllSymbols = shared("symbols"), OPSymbols = shared("op-symbols"), ObjectProto = Object[PROTOTYPE], USE_NATIVE = typeof $Symbol == "function" && !!$GOPS.f, QObject = global$1.QObject, setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild, setSymbolDesc = DESCRIPTORS && $fails(function() {
38917
38904
  return _create$1(dP({}, "a", {
38918
38905
  get: function() {
38919
38906
  return dP(this, "a", { value: 7 }).a;
@@ -56828,7 +56815,7 @@ const LOTTIE_OPTIONS = { loop: !0, autoplay: !0, animationData, rendererSettings
56828
56815
  return Be;
56829
56816
  });
56830
56817
  };
56831
- return V.on(RoomEvent.TranscriptionReceived, be), () => {
56818
+ return V.on(RoomEvent.TranscriptionReceived, be), V.on(RoomEvent.ParticipantDisconnected, Ge), () => {
56832
56819
  V.off(RoomEvent.TranscriptionReceived, be);
56833
56820
  };
56834
56821
  }, [V]), reactExports.useEffect(() => {