@tencentcloud/trtc-cloud-wx 1.0.0 → 1.0.2-beta.0

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/trtc-cloud-wx.js +441 -418
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencentcloud/trtc-cloud-wx",
3
- "version": "1.0.0",
3
+ "version": "1.0.2-beta.0",
4
4
  "description": "",
5
5
  "main": "./trtc-cloud-wx.js",
6
6
  "type": "module",
@@ -12,4 +12,4 @@
12
12
  "eventemitter3": "^5.0.0",
13
13
  "trtc-wx-sdk": "1.1.7"
14
14
  }
15
- }
15
+ }
package/trtc-cloud-wx.js CHANGED
@@ -6,476 +6,494 @@ var EventEmitter = require('eventemitter3');
6
6
  var TRTC = require('trtc-wx-sdk');
7
7
  var Aegis = require('aegis-mp-sdk');
8
8
 
9
- function _arrayLikeToArray(r, a) {
10
- (null == a || a > r.length) && (a = r.length);
11
- for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
12
- return n;
13
- }
14
- function _arrayWithHoles(r) {
15
- if (Array.isArray(r)) return r;
16
- }
17
- function _arrayWithoutHoles(r) {
18
- if (Array.isArray(r)) return _arrayLikeToArray(r);
19
- }
20
- function _classCallCheck(a, n) {
21
- if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
22
- }
23
- function _defineProperties(e, r) {
24
- for (var t = 0; t < r.length; t++) {
25
- var o = r[t];
26
- o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o);
27
- }
28
- }
29
- function _createClass(e, r, t) {
30
- return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
31
- writable: !1
32
- }), e;
33
- }
34
- function _createForOfIteratorHelper(r, e) {
35
- var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
36
- if (!t) {
37
- if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) {
38
- t && (r = t);
39
- var n = 0,
40
- F = function () {};
41
- return {
42
- s: F,
43
- n: function () {
44
- return n >= r.length ? {
45
- done: !0
46
- } : {
47
- done: !1,
48
- value: r[n++]
49
- };
50
- },
51
- e: function (r) {
52
- throw r;
53
- },
54
- f: F
55
- };
56
- }
57
- throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
58
- }
59
- var o,
60
- a = !0,
61
- u = !1;
62
- return {
63
- s: function () {
64
- t = t.call(r);
65
- },
66
- n: function () {
67
- var r = t.next();
68
- return a = r.done, r;
69
- },
70
- e: function (r) {
71
- u = !0, o = r;
72
- },
73
- f: function () {
74
- try {
75
- a || null == t.return || t.return();
76
- } finally {
77
- if (u) throw o;
78
- }
79
- }
80
- };
81
- }
82
- function _defineProperty(e, r, t) {
83
- return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
84
- value: t,
85
- enumerable: !0,
86
- configurable: !0,
87
- writable: !0
88
- }) : e[r] = t, e;
89
- }
90
- function _iterableToArray(r) {
91
- if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
92
- }
93
- function _iterableToArrayLimit(r, l) {
94
- var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
95
- if (null != t) {
96
- var e,
97
- n,
98
- i,
99
- u,
100
- a = [],
101
- f = !0,
102
- o = !1;
9
+ function _iterableToArrayLimit(arr, i) {
10
+ var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"];
11
+ if (null != _i) {
12
+ var _s,
13
+ _e,
14
+ _x,
15
+ _r,
16
+ _arr = [],
17
+ _n = !0,
18
+ _d = !1;
103
19
  try {
104
- if (i = (t = t.call(r)).next, 0 === l) {
105
- if (Object(t) !== t) return;
106
- f = !1;
107
- } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
108
- } catch (r) {
109
- o = !0, n = r;
20
+ if (_x = (_i = _i.call(arr)).next, 0 === i) {
21
+ if (Object(_i) !== _i) return;
22
+ _n = !1;
23
+ } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0);
24
+ } catch (err) {
25
+ _d = !0, _e = err;
110
26
  } finally {
111
27
  try {
112
- if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;
28
+ if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return;
113
29
  } finally {
114
- if (o) throw n;
30
+ if (_d) throw _e;
115
31
  }
116
32
  }
117
- return a;
33
+ return _arr;
118
34
  }
119
35
  }
120
- function _nonIterableRest() {
121
- throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
122
- }
123
- function _nonIterableSpread() {
124
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
125
- }
126
36
  function _regeneratorRuntime() {
127
37
  _regeneratorRuntime = function () {
128
- return e;
38
+ return exports;
129
39
  };
130
- var t,
131
- e = {},
132
- r = Object.prototype,
133
- n = r.hasOwnProperty,
134
- o = Object.defineProperty || function (t, e, r) {
135
- t[e] = r.value;
40
+ var exports = {},
41
+ Op = Object.prototype,
42
+ hasOwn = Op.hasOwnProperty,
43
+ defineProperty = Object.defineProperty || function (obj, key, desc) {
44
+ obj[key] = desc.value;
136
45
  },
137
- i = "function" == typeof Symbol ? Symbol : {},
138
- a = i.iterator || "@@iterator",
139
- c = i.asyncIterator || "@@asyncIterator",
140
- u = i.toStringTag || "@@toStringTag";
141
- function define(t, e, r) {
142
- return Object.defineProperty(t, e, {
143
- value: r,
46
+ $Symbol = "function" == typeof Symbol ? Symbol : {},
47
+ iteratorSymbol = $Symbol.iterator || "@@iterator",
48
+ asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator",
49
+ toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
50
+ function define(obj, key, value) {
51
+ return Object.defineProperty(obj, key, {
52
+ value: value,
144
53
  enumerable: !0,
145
54
  configurable: !0,
146
55
  writable: !0
147
- }), t[e];
56
+ }), obj[key];
148
57
  }
149
58
  try {
150
59
  define({}, "");
151
- } catch (t) {
152
- define = function (t, e, r) {
153
- return t[e] = r;
60
+ } catch (err) {
61
+ define = function (obj, key, value) {
62
+ return obj[key] = value;
154
63
  };
155
64
  }
156
- function wrap(t, e, r, n) {
157
- var i = e && e.prototype instanceof Generator ? e : Generator,
158
- a = Object.create(i.prototype),
159
- c = new Context(n || []);
160
- return o(a, "_invoke", {
161
- value: makeInvokeMethod(t, r, c)
162
- }), a;
65
+ function wrap(innerFn, outerFn, self, tryLocsList) {
66
+ var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,
67
+ generator = Object.create(protoGenerator.prototype),
68
+ context = new Context(tryLocsList || []);
69
+ return defineProperty(generator, "_invoke", {
70
+ value: makeInvokeMethod(innerFn, self, context)
71
+ }), generator;
163
72
  }
164
- function tryCatch(t, e, r) {
73
+ function tryCatch(fn, obj, arg) {
165
74
  try {
166
75
  return {
167
76
  type: "normal",
168
- arg: t.call(e, r)
77
+ arg: fn.call(obj, arg)
169
78
  };
170
- } catch (t) {
79
+ } catch (err) {
171
80
  return {
172
81
  type: "throw",
173
- arg: t
82
+ arg: err
174
83
  };
175
84
  }
176
85
  }
177
- e.wrap = wrap;
178
- var h = "suspendedStart",
179
- l = "suspendedYield",
180
- f = "executing",
181
- s = "completed",
182
- y = {};
86
+ exports.wrap = wrap;
87
+ var ContinueSentinel = {};
183
88
  function Generator() {}
184
89
  function GeneratorFunction() {}
185
90
  function GeneratorFunctionPrototype() {}
186
- var p = {};
187
- define(p, a, function () {
91
+ var IteratorPrototype = {};
92
+ define(IteratorPrototype, iteratorSymbol, function () {
188
93
  return this;
189
94
  });
190
- var d = Object.getPrototypeOf,
191
- v = d && d(d(values([])));
192
- v && v !== r && n.call(v, a) && (p = v);
193
- var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
194
- function defineIteratorMethods(t) {
195
- ["next", "throw", "return"].forEach(function (e) {
196
- define(t, e, function (t) {
197
- return this._invoke(e, t);
95
+ var getProto = Object.getPrototypeOf,
96
+ NativeIteratorPrototype = getProto && getProto(getProto(values([])));
97
+ NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);
98
+ var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
99
+ function defineIteratorMethods(prototype) {
100
+ ["next", "throw", "return"].forEach(function (method) {
101
+ define(prototype, method, function (arg) {
102
+ return this._invoke(method, arg);
198
103
  });
199
104
  });
200
105
  }
201
- function AsyncIterator(t, e) {
202
- function invoke(r, o, i, a) {
203
- var c = tryCatch(t[r], t, o);
204
- if ("throw" !== c.type) {
205
- var u = c.arg,
206
- h = u.value;
207
- return h && "object" == typeof h && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
208
- invoke("next", t, i, a);
209
- }, function (t) {
210
- invoke("throw", t, i, a);
211
- }) : e.resolve(h).then(function (t) {
212
- u.value = t, i(u);
213
- }, function (t) {
214
- return invoke("throw", t, i, a);
106
+ function AsyncIterator(generator, PromiseImpl) {
107
+ function invoke(method, arg, resolve, reject) {
108
+ var record = tryCatch(generator[method], generator, arg);
109
+ if ("throw" !== record.type) {
110
+ var result = record.arg,
111
+ value = result.value;
112
+ return value && "object" == typeof value && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) {
113
+ invoke("next", value, resolve, reject);
114
+ }, function (err) {
115
+ invoke("throw", err, resolve, reject);
116
+ }) : PromiseImpl.resolve(value).then(function (unwrapped) {
117
+ result.value = unwrapped, resolve(result);
118
+ }, function (error) {
119
+ return invoke("throw", error, resolve, reject);
215
120
  });
216
121
  }
217
- a(c.arg);
122
+ reject(record.arg);
218
123
  }
219
- var r;
220
- o(this, "_invoke", {
221
- value: function (t, n) {
124
+ var previousPromise;
125
+ defineProperty(this, "_invoke", {
126
+ value: function (method, arg) {
222
127
  function callInvokeWithMethodAndArg() {
223
- return new e(function (e, r) {
224
- invoke(t, n, e, r);
128
+ return new PromiseImpl(function (resolve, reject) {
129
+ invoke(method, arg, resolve, reject);
225
130
  });
226
131
  }
227
- return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
132
+ return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
228
133
  }
229
134
  });
230
135
  }
231
- function makeInvokeMethod(e, r, n) {
232
- var o = h;
233
- return function (i, a) {
234
- if (o === f) throw Error("Generator is already running");
235
- if (o === s) {
236
- if ("throw" === i) throw a;
237
- return {
238
- value: t,
239
- done: !0
240
- };
136
+ function makeInvokeMethod(innerFn, self, context) {
137
+ var state = "suspendedStart";
138
+ return function (method, arg) {
139
+ if ("executing" === state) throw new Error("Generator is already running");
140
+ if ("completed" === state) {
141
+ if ("throw" === method) throw arg;
142
+ return doneResult();
241
143
  }
242
- for (n.method = i, n.arg = a;;) {
243
- var c = n.delegate;
244
- if (c) {
245
- var u = maybeInvokeDelegate(c, n);
246
- if (u) {
247
- if (u === y) continue;
248
- return u;
144
+ for (context.method = method, context.arg = arg;;) {
145
+ var delegate = context.delegate;
146
+ if (delegate) {
147
+ var delegateResult = maybeInvokeDelegate(delegate, context);
148
+ if (delegateResult) {
149
+ if (delegateResult === ContinueSentinel) continue;
150
+ return delegateResult;
249
151
  }
250
152
  }
251
- if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
252
- if (o === h) throw o = s, n.arg;
253
- n.dispatchException(n.arg);
254
- } else "return" === n.method && n.abrupt("return", n.arg);
255
- o = f;
256
- var p = tryCatch(e, r, n);
257
- if ("normal" === p.type) {
258
- if (o = n.done ? s : l, p.arg === y) continue;
153
+ if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) {
154
+ if ("suspendedStart" === state) throw state = "completed", context.arg;
155
+ context.dispatchException(context.arg);
156
+ } else "return" === context.method && context.abrupt("return", context.arg);
157
+ state = "executing";
158
+ var record = tryCatch(innerFn, self, context);
159
+ if ("normal" === record.type) {
160
+ if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue;
259
161
  return {
260
- value: p.arg,
261
- done: n.done
162
+ value: record.arg,
163
+ done: context.done
262
164
  };
263
165
  }
264
- "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
166
+ "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg);
265
167
  }
266
168
  };
267
169
  }
268
- function maybeInvokeDelegate(e, r) {
269
- var n = r.method,
270
- o = e.iterator[n];
271
- if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y;
272
- var i = tryCatch(o, e.iterator, r.arg);
273
- if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
274
- var a = i.arg;
275
- return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y);
170
+ function maybeInvokeDelegate(delegate, context) {
171
+ var methodName = context.method,
172
+ method = delegate.iterator[methodName];
173
+ if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel;
174
+ var record = tryCatch(method, delegate.iterator, context.arg);
175
+ if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel;
176
+ var info = record.arg;
177
+ return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel);
276
178
  }
277
- function pushTryEntry(t) {
278
- var e = {
279
- tryLoc: t[0]
179
+ function pushTryEntry(locs) {
180
+ var entry = {
181
+ tryLoc: locs[0]
280
182
  };
281
- 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
183
+ 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);
282
184
  }
283
- function resetTryEntry(t) {
284
- var e = t.completion || {};
285
- e.type = "normal", delete e.arg, t.completion = e;
185
+ function resetTryEntry(entry) {
186
+ var record = entry.completion || {};
187
+ record.type = "normal", delete record.arg, entry.completion = record;
286
188
  }
287
- function Context(t) {
189
+ function Context(tryLocsList) {
288
190
  this.tryEntries = [{
289
191
  tryLoc: "root"
290
- }], t.forEach(pushTryEntry, this), this.reset(!0);
192
+ }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
291
193
  }
292
- function values(e) {
293
- if (e || "" === e) {
294
- var r = e[a];
295
- if (r) return r.call(e);
296
- if ("function" == typeof e.next) return e;
297
- if (!isNaN(e.length)) {
298
- var o = -1,
299
- i = function next() {
300
- for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
301
- return next.value = t, next.done = !0, next;
194
+ function values(iterable) {
195
+ if (iterable) {
196
+ var iteratorMethod = iterable[iteratorSymbol];
197
+ if (iteratorMethod) return iteratorMethod.call(iterable);
198
+ if ("function" == typeof iterable.next) return iterable;
199
+ if (!isNaN(iterable.length)) {
200
+ var i = -1,
201
+ next = function next() {
202
+ for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;
203
+ return next.value = undefined, next.done = !0, next;
302
204
  };
303
- return i.next = i;
205
+ return next.next = next;
304
206
  }
305
207
  }
306
- throw new TypeError(typeof e + " is not iterable");
208
+ return {
209
+ next: doneResult
210
+ };
307
211
  }
308
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
212
+ function doneResult() {
213
+ return {
214
+ value: undefined,
215
+ done: !0
216
+ };
217
+ }
218
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {
309
219
  value: GeneratorFunctionPrototype,
310
220
  configurable: !0
311
- }), o(GeneratorFunctionPrototype, "constructor", {
221
+ }), defineProperty(GeneratorFunctionPrototype, "constructor", {
312
222
  value: GeneratorFunction,
313
223
  configurable: !0
314
- }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
315
- var e = "function" == typeof t && t.constructor;
316
- return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
317
- }, e.mark = function (t) {
318
- return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
319
- }, e.awrap = function (t) {
224
+ }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) {
225
+ var ctor = "function" == typeof genFun && genFun.constructor;
226
+ return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));
227
+ }, exports.mark = function (genFun) {
228
+ return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun;
229
+ }, exports.awrap = function (arg) {
320
230
  return {
321
- __await: t
231
+ __await: arg
322
232
  };
323
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
233
+ }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
324
234
  return this;
325
- }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
326
- void 0 === i && (i = Promise);
327
- var a = new AsyncIterator(wrap(t, r, n, o), i);
328
- return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
329
- return t.done ? t.value : a.next();
235
+ }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
236
+ void 0 === PromiseImpl && (PromiseImpl = Promise);
237
+ var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
238
+ return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {
239
+ return result.done ? result.value : iter.next();
330
240
  });
331
- }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
241
+ }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () {
332
242
  return this;
333
- }), define(g, "toString", function () {
243
+ }), define(Gp, "toString", function () {
334
244
  return "[object Generator]";
335
- }), e.keys = function (t) {
336
- var e = Object(t),
337
- r = [];
338
- for (var n in e) r.push(n);
339
- return r.reverse(), function next() {
340
- for (; r.length;) {
341
- var t = r.pop();
342
- if (t in e) return next.value = t, next.done = !1, next;
245
+ }), exports.keys = function (val) {
246
+ var object = Object(val),
247
+ keys = [];
248
+ for (var key in object) keys.push(key);
249
+ return keys.reverse(), function next() {
250
+ for (; keys.length;) {
251
+ var key = keys.pop();
252
+ if (key in object) return next.value = key, next.done = !1, next;
343
253
  }
344
254
  return next.done = !0, next;
345
255
  };
346
- }, e.values = values, Context.prototype = {
256
+ }, exports.values = values, Context.prototype = {
347
257
  constructor: Context,
348
- reset: function (e) {
349
- if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
258
+ reset: function (skipTempReset) {
259
+ if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined);
350
260
  },
351
261
  stop: function () {
352
262
  this.done = !0;
353
- var t = this.tryEntries[0].completion;
354
- if ("throw" === t.type) throw t.arg;
263
+ var rootRecord = this.tryEntries[0].completion;
264
+ if ("throw" === rootRecord.type) throw rootRecord.arg;
355
265
  return this.rval;
356
266
  },
357
- dispatchException: function (e) {
358
- if (this.done) throw e;
359
- var r = this;
360
- function handle(n, o) {
361
- return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
267
+ dispatchException: function (exception) {
268
+ if (this.done) throw exception;
269
+ var context = this;
270
+ function handle(loc, caught) {
271
+ return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught;
362
272
  }
363
- for (var o = this.tryEntries.length - 1; o >= 0; --o) {
364
- var i = this.tryEntries[o],
365
- a = i.completion;
366
- if ("root" === i.tryLoc) return handle("end");
367
- if (i.tryLoc <= this.prev) {
368
- var c = n.call(i, "catchLoc"),
369
- u = n.call(i, "finallyLoc");
370
- if (c && u) {
371
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
372
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
373
- } else if (c) {
374
- if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
273
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
274
+ var entry = this.tryEntries[i],
275
+ record = entry.completion;
276
+ if ("root" === entry.tryLoc) return handle("end");
277
+ if (entry.tryLoc <= this.prev) {
278
+ var hasCatch = hasOwn.call(entry, "catchLoc"),
279
+ hasFinally = hasOwn.call(entry, "finallyLoc");
280
+ if (hasCatch && hasFinally) {
281
+ if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
282
+ if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
283
+ } else if (hasCatch) {
284
+ if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
375
285
  } else {
376
- if (!u) throw Error("try statement without catch or finally");
377
- if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
286
+ if (!hasFinally) throw new Error("try statement without catch or finally");
287
+ if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
378
288
  }
379
289
  }
380
290
  }
381
291
  },
382
- abrupt: function (t, e) {
383
- for (var r = this.tryEntries.length - 1; r >= 0; --r) {
384
- var o = this.tryEntries[r];
385
- if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
386
- var i = o;
292
+ abrupt: function (type, arg) {
293
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
294
+ var entry = this.tryEntries[i];
295
+ if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) {
296
+ var finallyEntry = entry;
387
297
  break;
388
298
  }
389
299
  }
390
- i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
391
- var a = i ? i.completion : {};
392
- return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
300
+ finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);
301
+ var record = finallyEntry ? finallyEntry.completion : {};
302
+ return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);
393
303
  },
394
- complete: function (t, e) {
395
- if ("throw" === t.type) throw t.arg;
396
- return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
304
+ complete: function (record, afterLoc) {
305
+ if ("throw" === record.type) throw record.arg;
306
+ return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel;
397
307
  },
398
- finish: function (t) {
399
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
400
- var r = this.tryEntries[e];
401
- if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
308
+ finish: function (finallyLoc) {
309
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
310
+ var entry = this.tryEntries[i];
311
+ if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;
402
312
  }
403
313
  },
404
- catch: function (t) {
405
- for (var e = this.tryEntries.length - 1; e >= 0; --e) {
406
- var r = this.tryEntries[e];
407
- if (r.tryLoc === t) {
408
- var n = r.completion;
409
- if ("throw" === n.type) {
410
- var o = n.arg;
411
- resetTryEntry(r);
314
+ catch: function (tryLoc) {
315
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
316
+ var entry = this.tryEntries[i];
317
+ if (entry.tryLoc === tryLoc) {
318
+ var record = entry.completion;
319
+ if ("throw" === record.type) {
320
+ var thrown = record.arg;
321
+ resetTryEntry(entry);
412
322
  }
413
- return o;
323
+ return thrown;
414
324
  }
415
325
  }
416
- throw Error("illegal catch attempt");
326
+ throw new Error("illegal catch attempt");
417
327
  },
418
- delegateYield: function (e, r, n) {
328
+ delegateYield: function (iterable, resultName, nextLoc) {
419
329
  return this.delegate = {
420
- iterator: values(e),
421
- resultName: r,
422
- nextLoc: n
423
- }, "next" === this.method && (this.arg = t), y;
330
+ iterator: values(iterable),
331
+ resultName: resultName,
332
+ nextLoc: nextLoc
333
+ }, "next" === this.method && (this.arg = undefined), ContinueSentinel;
424
334
  }
425
- }, e;
335
+ }, exports;
336
+ }
337
+ function _typeof(obj) {
338
+ "@babel/helpers - typeof";
339
+
340
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
341
+ return typeof obj;
342
+ } : function (obj) {
343
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
344
+ }, _typeof(obj);
345
+ }
346
+ function _classCallCheck(instance, Constructor) {
347
+ if (!(instance instanceof Constructor)) {
348
+ throw new TypeError("Cannot call a class as a function");
349
+ }
426
350
  }
427
- function _slicedToArray(r, e) {
428
- return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
351
+ function _defineProperties(target, props) {
352
+ for (var i = 0; i < props.length; i++) {
353
+ var descriptor = props[i];
354
+ descriptor.enumerable = descriptor.enumerable || false;
355
+ descriptor.configurable = true;
356
+ if ("value" in descriptor) descriptor.writable = true;
357
+ Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
358
+ }
429
359
  }
430
- function _toConsumableArray(r) {
431
- return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
360
+ function _createClass(Constructor, protoProps, staticProps) {
361
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
362
+ if (staticProps) _defineProperties(Constructor, staticProps);
363
+ Object.defineProperty(Constructor, "prototype", {
364
+ writable: false
365
+ });
366
+ return Constructor;
432
367
  }
433
- function _toPrimitive(t, r) {
434
- if ("object" != typeof t || !t) return t;
435
- var e = t[Symbol.toPrimitive];
436
- if (void 0 !== e) {
437
- var i = e.call(t, r || "default");
438
- if ("object" != typeof i) return i;
439
- throw new TypeError("@@toPrimitive must return a primitive value.");
368
+ function _defineProperty(obj, key, value) {
369
+ key = _toPropertyKey(key);
370
+ if (key in obj) {
371
+ Object.defineProperty(obj, key, {
372
+ value: value,
373
+ enumerable: true,
374
+ configurable: true,
375
+ writable: true
376
+ });
377
+ } else {
378
+ obj[key] = value;
440
379
  }
441
- return ("string" === r ? String : Number)(t);
380
+ return obj;
442
381
  }
443
- function _toPropertyKey(t) {
444
- var i = _toPrimitive(t, "string");
445
- return "symbol" == typeof i ? i : i + "";
382
+ function _slicedToArray(arr, i) {
383
+ return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
446
384
  }
447
- function _typeof(o) {
448
- "@babel/helpers - typeof";
449
-
450
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
451
- return typeof o;
452
- } : function (o) {
453
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
454
- }, _typeof(o);
385
+ function _toConsumableArray(arr) {
386
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
387
+ }
388
+ function _arrayWithoutHoles(arr) {
389
+ if (Array.isArray(arr)) return _arrayLikeToArray(arr);
390
+ }
391
+ function _arrayWithHoles(arr) {
392
+ if (Array.isArray(arr)) return arr;
393
+ }
394
+ function _iterableToArray(iter) {
395
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
396
+ }
397
+ function _unsupportedIterableToArray(o, minLen) {
398
+ if (!o) return;
399
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
400
+ var n = Object.prototype.toString.call(o).slice(8, -1);
401
+ if (n === "Object" && o.constructor) n = o.constructor.name;
402
+ if (n === "Map" || n === "Set") return Array.from(o);
403
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
404
+ }
405
+ function _arrayLikeToArray(arr, len) {
406
+ if (len == null || len > arr.length) len = arr.length;
407
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
408
+ return arr2;
455
409
  }
456
- function _unsupportedIterableToArray(r, a) {
457
- if (r) {
458
- if ("string" == typeof r) return _arrayLikeToArray(r, a);
459
- var t = {}.toString.call(r).slice(8, -1);
460
- return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
410
+ function _nonIterableSpread() {
411
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
412
+ }
413
+ function _nonIterableRest() {
414
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
415
+ }
416
+ function _createForOfIteratorHelper(o, allowArrayLike) {
417
+ var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"];
418
+ if (!it) {
419
+ if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
420
+ if (it) o = it;
421
+ var i = 0;
422
+ var F = function () {};
423
+ return {
424
+ s: F,
425
+ n: function () {
426
+ if (i >= o.length) return {
427
+ done: true
428
+ };
429
+ return {
430
+ done: false,
431
+ value: o[i++]
432
+ };
433
+ },
434
+ e: function (e) {
435
+ throw e;
436
+ },
437
+ f: F
438
+ };
439
+ }
440
+ throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
441
+ }
442
+ var normalCompletion = true,
443
+ didErr = false,
444
+ err;
445
+ return {
446
+ s: function () {
447
+ it = it.call(o);
448
+ },
449
+ n: function () {
450
+ var step = it.next();
451
+ normalCompletion = step.done;
452
+ return step;
453
+ },
454
+ e: function (e) {
455
+ didErr = true;
456
+ err = e;
457
+ },
458
+ f: function () {
459
+ try {
460
+ if (!normalCompletion && it.return != null) it.return();
461
+ } finally {
462
+ if (didErr) throw err;
463
+ }
464
+ }
465
+ };
466
+ }
467
+ function _toPrimitive(input, hint) {
468
+ if (typeof input !== "object" || input === null) return input;
469
+ var prim = input[Symbol.toPrimitive];
470
+ if (prim !== undefined) {
471
+ var res = prim.call(input, hint || "default");
472
+ if (typeof res !== "object") return res;
473
+ throw new TypeError("@@toPrimitive must return a primitive value.");
461
474
  }
475
+ return (hint === "string" ? String : Number)(input);
476
+ }
477
+ function _toPropertyKey(arg) {
478
+ var key = _toPrimitive(arg, "string");
479
+ return typeof key === "symbol" ? key : String(key);
462
480
  }
463
481
 
464
- /******************************************************************************
465
- Copyright (c) Microsoft Corporation.
466
-
467
- Permission to use, copy, modify, and/or distribute this software for any
468
- purpose with or without fee is hereby granted.
469
-
470
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
471
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
472
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
473
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
474
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
475
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
476
- PERFORMANCE OF THIS SOFTWARE.
482
+ /******************************************************************************
483
+ Copyright (c) Microsoft Corporation.
484
+
485
+ Permission to use, copy, modify, and/or distribute this software for any
486
+ purpose with or without fee is hereby granted.
487
+
488
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
489
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
490
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
491
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
492
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
493
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
494
+ PERFORMANCE OF THIS SOFTWARE.
477
495
  ***************************************************************************** */
478
- /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
496
+ /* global Reflect, Promise, SuppressedError, Symbol */
479
497
 
480
498
  function __decorate(decorators, target, key, desc) {
481
499
  var c = arguments.length,
@@ -727,7 +745,7 @@ var Task = /*#__PURE__*/function () {
727
745
  this.type = ((_a = TaskMap[name]) === null || _a === void 0 ? void 0 : _a.type) || Handletype.setPusher;
728
746
  this.sequenceNumber = Task.nextSequenceNumber++;
729
747
  }
730
- return _createClass(Task, [{
748
+ _createClass(Task, [{
731
749
  key: "whetherSingle",
732
750
  value: function whetherSingle(funName) {
733
751
  switch (funName) {
@@ -738,6 +756,7 @@ var Task = /*#__PURE__*/function () {
738
756
  }
739
757
  }
740
758
  }]);
759
+ return Task;
741
760
  }();
742
761
  Task.nextSequenceNumber = 0;
743
762
  var TaskQueueState;
@@ -761,7 +780,7 @@ var TaskMachine = /*#__PURE__*/function () {
761
780
  this.playerTasks = {}; // 存储每个 player 的任务队列
762
781
  this.state = TaskQueueState.IDLE;
763
782
  }
764
- return _createClass(TaskMachine, [{
783
+ _createClass(TaskMachine, [{
765
784
  key: "reset",
766
785
  value: function reset() {
767
786
  this.state = TaskQueueState.IDLE;
@@ -777,7 +796,6 @@ var TaskMachine = /*#__PURE__*/function () {
777
796
  key: "resetPusherTasks",
778
797
  value: function resetPusherTasks() {
779
798
  this.isProcessing = false;
780
- this.pusherDomReady = false;
781
799
  this.pusherTaskQueue.forEach(function (task) {
782
800
  task.resolve();
783
801
  });
@@ -1100,6 +1118,7 @@ var TaskMachine = /*#__PURE__*/function () {
1100
1118
  }));
1101
1119
  }
1102
1120
  }]);
1121
+ return TaskMachine;
1103
1122
  }();
1104
1123
  var taskMachine = new TaskMachine();
1105
1124
  var setHandle = function setHandle(target, key, descriptor) {
@@ -1131,7 +1150,7 @@ var setHandle = function setHandle(target, key, descriptor) {
1131
1150
  return descriptor;
1132
1151
  };
1133
1152
 
1134
- var _TRTCVideoResolutionM;
1153
+ var _TRTCVideoResolutionM, _TRTCBeautyStyleMap, _TRTCVideoFillModeMap;
1135
1154
  var translateTRTCAppScene = function translateTRTCAppScene(scene) {
1136
1155
  switch (scene) {
1137
1156
  case 0:
@@ -1161,7 +1180,7 @@ var translateTRTCVideoStreamType = function translateTRTCVideoStreamType(streamT
1161
1180
  var translateTRTCStreamId = function translateTRTCStreamId(userId, streamType) {
1162
1181
  return "".concat(userId, "_").concat(translateTRTCVideoStreamType(streamType));
1163
1182
  };
1164
- var TRTCVideoResolutionMap = (_TRTCVideoResolutionM = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_120_120, [120, 120]), exports.TRTCVideoResolution.TRTCVideoResolution_160_160, [160, 160]), exports.TRTCVideoResolution.TRTCVideoResolution_270_270, [270, 270]), exports.TRTCVideoResolution.TRTCVideoResolution_480_480, [480, 480]), exports.TRTCVideoResolution.TRTCVideoResolution_160_120, [160, 120]), exports.TRTCVideoResolution.TRTCVideoResolution_240_180, [240, 180]), exports.TRTCVideoResolution.TRTCVideoResolution_280_210, [280, 210]), exports.TRTCVideoResolution.TRTCVideoResolution_320_240, [320, 240]), exports.TRTCVideoResolution.TRTCVideoResolution_400_300, [400, 300]), exports.TRTCVideoResolution.TRTCVideoResolution_480_360, [480, 360]), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_640_480, [640, 480]), exports.TRTCVideoResolution.TRTCVideoResolution_960_720, [960, 720]), exports.TRTCVideoResolution.TRTCVideoResolution_160_90, [160, 90]), exports.TRTCVideoResolution.TRTCVideoResolution_256_144, [256, 144]), exports.TRTCVideoResolution.TRTCVideoResolution_320_180, [320, 180]), exports.TRTCVideoResolution.TRTCVideoResolution_480_270, [480, 270]), exports.TRTCVideoResolution.TRTCVideoResolution_640_360, [640, 360]), exports.TRTCVideoResolution.TRTCVideoResolution_960_540, [960, 540]), exports.TRTCVideoResolution.TRTCVideoResolution_1280_720, [1280, 720]), exports.TRTCVideoResolution.TRTCVideoResolution_1920_1080, [1920, 1080]));
1183
+ var TRTCVideoResolutionMap = (_TRTCVideoResolutionM = {}, _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_120_120, [120, 120]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_160_160, [160, 160]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_270_270, [270, 270]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_480_480, [480, 480]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_160_120, [160, 120]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_240_180, [240, 180]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_280_210, [280, 210]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_320_240, [320, 240]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_400_300, [400, 300]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_480_360, [480, 360]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_640_480, [640, 480]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_960_720, [960, 720]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_160_90, [160, 90]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_256_144, [256, 144]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_320_180, [320, 180]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_480_270, [480, 270]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_640_360, [640, 360]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_960_540, [960, 540]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_1280_720, [1280, 720]), _defineProperty(_TRTCVideoResolutionM, exports.TRTCVideoResolution.TRTCVideoResolution_1920_1080, [1920, 1080]), _TRTCVideoResolutionM);
1165
1184
  var translateTRTCVideoResolution = function translateTRTCVideoResolution(resolution) {
1166
1185
  var _TRTCVideoResolutionM2 = _slicedToArray(TRTCVideoResolutionMap[resolution], 2),
1167
1186
  _TRTCVideoResolutionM3 = _TRTCVideoResolutionM2[0],
@@ -1215,11 +1234,11 @@ var translateTRTCAudioRoute = function translateTRTCAudioRoute(route) {
1215
1234
  return '';
1216
1235
  }
1217
1236
  };
1218
- var TRTCBeautyStyleMap = _defineProperty(_defineProperty({}, exports.TRTCBeautyStyle.TRTCBeautyStyleSmooth, 'smooth'), exports.TRTCBeautyStyle.TRTCBeautyStyleNature, 'nature');
1237
+ var TRTCBeautyStyleMap = (_TRTCBeautyStyleMap = {}, _defineProperty(_TRTCBeautyStyleMap, exports.TRTCBeautyStyle.TRTCBeautyStyleSmooth, 'smooth'), _defineProperty(_TRTCBeautyStyleMap, exports.TRTCBeautyStyle.TRTCBeautyStyleNature, 'nature'), _TRTCBeautyStyleMap);
1219
1238
  var translateBeautyStyle = function translateBeautyStyle(beautyStyle) {
1220
1239
  return TRTCBeautyStyleMap[beautyStyle];
1221
1240
  };
1222
- var TRTCVideoFillModeMap = _defineProperty(_defineProperty({}, exports.TRTCVideoFillMode.TRTCVideoFillMode_Fill, 'fillCrop'), exports.TRTCVideoFillMode.TRTCVideoFillMode_Fit, 'contain');
1241
+ var TRTCVideoFillModeMap = (_TRTCVideoFillModeMap = {}, _defineProperty(_TRTCVideoFillModeMap, exports.TRTCVideoFillMode.TRTCVideoFillMode_Fill, 'fillCrop'), _defineProperty(_TRTCVideoFillModeMap, exports.TRTCVideoFillMode.TRTCVideoFillMode_Fit, 'contain'), _TRTCVideoFillModeMap);
1223
1242
  var translateVideoFillMod = function translateVideoFillMod(videoFillMod) {
1224
1243
  return TRTCVideoFillModeMap[videoFillMod];
1225
1244
  };
@@ -1275,15 +1294,16 @@ var formatTime = function formatTime() {
1275
1294
  var aegis = new Aegis({
1276
1295
  id: 'iHWefAYqxoRsFYGQvR' // 项目ID,即上报id
1277
1296
  });
1297
+
1278
1298
  var LOGLEVEL = {
1279
1299
  LOG: 0,
1280
1300
  INFO: 1,
1281
1301
  DEBUG: 2,
1282
1302
  WARN: 3,
1283
1303
  ERROR: 4,
1284
- // 无日志记录级别,sdk将不打印任何日志
1285
1304
  NON_LOGGING: 5 // 无日志记录级别,sdk将不打印任何日志
1286
1305
  };
1306
+
1287
1307
  var Logger = /*#__PURE__*/function () {
1288
1308
  function Logger(tagName) {
1289
1309
  _classCallCheck(this, Logger);
@@ -1291,7 +1311,7 @@ var Logger = /*#__PURE__*/function () {
1291
1311
  this.TAG_NAME = '';
1292
1312
  this.TAG_NAME = tagName || '[TRTCCloud-WX]';
1293
1313
  }
1294
- return _createClass(Logger, [{
1314
+ _createClass(Logger, [{
1295
1315
  key: "loggerInfo",
1296
1316
  value: function loggerInfo() {
1297
1317
  if (Number(this.sdkAppId) !== 1400188366 && Number(this.sdkAppId) !== 1400704311) return;
@@ -1387,17 +1407,18 @@ var Logger = /*#__PURE__*/function () {
1387
1407
  }
1388
1408
  }
1389
1409
  }]);
1410
+ return Logger;
1390
1411
  }();
1391
1412
  var logger = new Logger();
1392
1413
 
1393
1414
  var name = "@tencentcloud/trtc-cloud-wx";
1394
- var version = "1.0.0";
1415
+ var version = "1.0.2";
1395
1416
  var description = "";
1396
1417
  var main = "dist/trtc-cloud-wx.js";
1397
1418
  var module$1 = "dist/trtc-cloud-wx.js";
1398
1419
  var type = "module";
1399
1420
  var scripts = {
1400
- build: "npm run clear && rollup -c ",
1421
+ build: "npm run clear && rollup -c",
1401
1422
  dev: "node ./build/chokidar.js",
1402
1423
  clear: "node ./build/clear.js",
1403
1424
  copy: "node ./build/copy.js",
@@ -1489,7 +1510,7 @@ var TRTCCloud = /*#__PURE__*/function () {
1489
1510
  * 获取 TRTCCloud 实例(单例模式)
1490
1511
  * @category Base
1491
1512
  */
1492
- return _createClass(TRTCCloud, [{
1513
+ _createClass(TRTCCloud, [{
1493
1514
  key: "getSDKVersion",
1494
1515
  value: function getSDKVersion() {
1495
1516
  return this.version;
@@ -1763,6 +1784,14 @@ var TRTCCloud = /*#__PURE__*/function () {
1763
1784
  return _regeneratorRuntime().wrap(function _callee2$(_context2) {
1764
1785
  while (1) switch (_context2.prev = _context2.next) {
1765
1786
  case 0:
1787
+ if (!this.isEnterRoom) {
1788
+ _context2.next = 3;
1789
+ break;
1790
+ }
1791
+ logger.warn('You are already in the room, please exit the current room first.');
1792
+ return _context2.abrupt("return");
1793
+ case 3:
1794
+ this.trtc.createPusher({});
1766
1795
  startTime = new Date().getTime();
1767
1796
  sdkAppId = params.sdkAppId, userId = params.userId, userSig = params.userSig, roomId = params.roomId, strRoomId = params.strRoomId, role = params.role, privateMapKey = params.privateMapKey;
1768
1797
  logger.setInfo({
@@ -1773,29 +1802,23 @@ var TRTCCloud = /*#__PURE__*/function () {
1773
1802
  logger.info('enterRoom with options: ', JSON.stringify(params), scene);
1774
1803
  this.userId = userId;
1775
1804
  this.isEnterRoom = true;
1776
- _context2.next = 8;
1805
+ _context2.next = 12;
1777
1806
  return this.setAttributes({
1778
1807
  params: {
1779
1808
  sdkAppID: sdkAppId,
1780
- // 您的腾讯云账号
1781
1809
  userID: userId,
1782
- // 当前进房用户的userID
1783
1810
  userSig: userSig,
1784
- // 您服务端生成的userSig
1785
1811
  roomID: roomId,
1786
- // 您进房的房间号,
1787
1812
  strRoomID: strRoomId,
1788
1813
  role: role,
1789
1814
  privateMapKey: privateMapKey,
1790
1815
  scene: translateTRTCAppScene(scene),
1791
1816
  enableMic: false,
1792
- // 进房默认开启音频上行
1793
1817
  enableCamera: false,
1794
- // 进房默认开启视频上行
1795
1818
  videoPreview: false
1796
1819
  }
1797
1820
  }, 'enterRoom');
1798
- case 8:
1821
+ case 12:
1799
1822
  this.trtc.getPusherInstance().start({
1800
1823
  success: function success() {
1801
1824
  return __awaiter(_this6, void 0, void 0, /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
@@ -1833,7 +1856,7 @@ var TRTCCloud = /*#__PURE__*/function () {
1833
1856
  _this6.emit('onEnterRoom', -1);
1834
1857
  }
1835
1858
  });
1836
- case 9:
1859
+ case 13:
1837
1860
  case "end":
1838
1861
  return _context2.stop();
1839
1862
  }
@@ -1924,46 +1947,44 @@ var TRTCCloud = /*#__PURE__*/function () {
1924
1947
  }, {
1925
1948
  key: "startLocalPreview",
1926
1949
  value: function startLocalPreview() {
1927
- return __awaiter(this, arguments, void 0, function () {
1950
+ var frontCamera = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
1951
+ return __awaiter(this, void 0, void 0, /*#__PURE__*/_regeneratorRuntime().mark(function _callee4() {
1928
1952
  var _this8 = this;
1929
- var frontCamera = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
1930
- return /*#__PURE__*/_regeneratorRuntime().mark(function _callee4() {
1931
- var pusher;
1932
- return _regeneratorRuntime().wrap(function _callee4$(_context4) {
1933
- while (1) switch (_context4.prev = _context4.next) {
1934
- case 0:
1935
- logger.info('startLocalPreview with options: ', frontCamera);
1936
- if (!(_this8.role !== exports.TRTCRoleType.TRTCRoleAnchor)) {
1937
- _context4.next = 3;
1938
- break;
1939
- }
1940
- return _context4.abrupt("return");
1941
- case 3:
1942
- _context4.next = 5;
1943
- return _this8.setAttributes({
1944
- params: function params() {
1945
- return {
1946
- videoPreview: _this8.isEnterRoom ? _this8.isVideoMuted : true,
1947
- enableCamera: _this8.isEnterRoom ? !_this8.isVideoMuted : false,
1948
- frontCamera: frontCamera ? 'front' : 'back'
1949
- };
1950
- }
1951
- }, 'startLocalPreview');
1952
- case 5:
1953
- pusher = _context4.sent;
1954
- logger.info('startLocalPreview success');
1955
- _this8.emit('onFirstVideoFrame', '', exports.TRTCVideoStreamType.TRTCVideoStreamTypeBig, pusher.videoWidth, pusher.videoHeight);
1956
- if (_this8.isEnterRoom) {
1957
- _this8.emit('onSendFirstLocalVideoFrame', exports.TRTCVideoStreamType.TRTCVideoStreamTypeBig);
1953
+ var pusher;
1954
+ return _regeneratorRuntime().wrap(function _callee4$(_context4) {
1955
+ while (1) switch (_context4.prev = _context4.next) {
1956
+ case 0:
1957
+ logger.info('startLocalPreview with options: ', frontCamera);
1958
+ if (!(this.role !== exports.TRTCRoleType.TRTCRoleAnchor)) {
1959
+ _context4.next = 3;
1960
+ break;
1961
+ }
1962
+ return _context4.abrupt("return");
1963
+ case 3:
1964
+ _context4.next = 5;
1965
+ return this.setAttributes({
1966
+ params: function params() {
1967
+ return {
1968
+ videoPreview: _this8.isEnterRoom ? _this8.isVideoMuted : true,
1969
+ enableCamera: _this8.isEnterRoom ? !_this8.isVideoMuted : false,
1970
+ frontCamera: frontCamera ? 'front' : 'back'
1971
+ };
1958
1972
  }
1959
- _this8.isOpenCamera = true;
1960
- case 10:
1961
- case "end":
1962
- return _context4.stop();
1963
- }
1964
- }, _callee4);
1965
- })();
1966
- });
1973
+ }, 'startLocalPreview');
1974
+ case 5:
1975
+ pusher = _context4.sent;
1976
+ logger.info('startLocalPreview success');
1977
+ this.emit('onFirstVideoFrame', '', exports.TRTCVideoStreamType.TRTCVideoStreamTypeBig, pusher.videoWidth, pusher.videoHeight);
1978
+ if (this.isEnterRoom) {
1979
+ this.emit('onSendFirstLocalVideoFrame', exports.TRTCVideoStreamType.TRTCVideoStreamTypeBig);
1980
+ }
1981
+ this.isOpenCamera = true;
1982
+ case 10:
1983
+ case "end":
1984
+ return _context4.stop();
1985
+ }
1986
+ }, _callee4, this);
1987
+ }));
1967
1988
  }
1968
1989
  /**
1969
1990
  * 停止本地摄像头采集和预览
@@ -2648,7 +2669,7 @@ var TRTCCloud = /*#__PURE__*/function () {
2648
2669
  _context26.next = 2;
2649
2670
  return this.setAttributes({
2650
2671
  params: {
2651
- frontCamera: frontCamera
2672
+ frontCamera: frontCamera ? 'front' : 'back'
2652
2673
  }
2653
2674
  }, 'switchCamera');
2654
2675
  case 2:
@@ -2903,13 +2924,14 @@ var TRTCCloud = /*#__PURE__*/function () {
2903
2924
  key: "setAttributes",
2904
2925
  value: function setAttributes(options, funName, handleType) {
2905
2926
  return __awaiter(this, void 0, void 0, /*#__PURE__*/_regeneratorRuntime().mark(function _callee30() {
2906
- var _this16 = this;
2927
+ var _this16 = this,
2928
+ _handleMap;
2907
2929
  var params, streamId, handleMap, timeoutDuration, retriesNumber;
2908
2930
  return _regeneratorRuntime().wrap(function _callee30$(_context30) {
2909
2931
  while (1) switch (_context30.prev = _context30.next) {
2910
2932
  case 0:
2911
2933
  params = options.params, streamId = options.streamId;
2912
- handleMap = _defineProperty(_defineProperty({}, Handletype.setPlayer, function () {
2934
+ handleMap = (_handleMap = {}, _defineProperty(_handleMap, Handletype.setPlayer, function () {
2913
2935
  return __awaiter(_this16, void 0, void 0, /*#__PURE__*/_regeneratorRuntime().mark(function _callee28() {
2914
2936
  var playerAttributes;
2915
2937
  return _regeneratorRuntime().wrap(function _callee28$(_context28) {
@@ -2929,7 +2951,7 @@ var TRTCCloud = /*#__PURE__*/function () {
2929
2951
  }
2930
2952
  }, _callee28, this);
2931
2953
  }));
2932
- }), Handletype.setPusher, function () {
2954
+ }), _defineProperty(_handleMap, Handletype.setPusher, function () {
2933
2955
  return __awaiter(_this16, void 0, void 0, /*#__PURE__*/_regeneratorRuntime().mark(function _callee29() {
2934
2956
  var _pusher, pusher;
2935
2957
  return _regeneratorRuntime().wrap(function _callee29$(_context29) {
@@ -2956,7 +2978,7 @@ var TRTCCloud = /*#__PURE__*/function () {
2956
2978
  }
2957
2979
  }, _callee29, this);
2958
2980
  }));
2959
- }); // 定义一个超时时间(以毫秒为单位)
2981
+ }), _handleMap); // 定义一个超时时间(以毫秒为单位)
2960
2982
  timeoutDuration = 2000; // 定义超时重试次数
2961
2983
  retriesNumber = 3;
2962
2984
  return _context30.abrupt("return", this.retryWithTimeout(function () {
@@ -3040,6 +3062,7 @@ var TRTCCloud = /*#__PURE__*/function () {
3040
3062
  TRTCCloud.instance = null;
3041
3063
  }
3042
3064
  }]);
3065
+ return TRTCCloud;
3043
3066
  }();
3044
3067
  __decorate([setHandle], TRTCCloud.prototype, "setAttributes", null);
3045
3068