aliyun-rtc-sdk 6.14.2-beta.6 → 6.14.3
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.
|
@@ -2264,7 +2264,7 @@ function rt(r, a, e) {
|
|
|
2264
2264
|
return vo(t);
|
|
2265
2265
|
}
|
|
2266
2266
|
var Si = /* @__PURE__ */ ((r) => (r.prod = "rs.rtn.aliyuncs.com", r.pre = "prs.rtn.aliyuncs.com", r))(Si || {});
|
|
2267
|
-
const _i = "6.14.
|
|
2267
|
+
const _i = "6.14.3", Js = "web";
|
|
2268
2268
|
class He {
|
|
2269
2269
|
/**
|
|
2270
2270
|
* 将版本号转换为number
|
|
@@ -10342,7 +10342,7 @@ const ge = (lt = class extends Sn {
|
|
|
10342
10342
|
// 离会,对于本地用户来说核心是停止推流
|
|
10343
10343
|
leave() {
|
|
10344
10344
|
return w(this, null, function* () {
|
|
10345
|
-
this._isPublishing && (this._isPublishing = !1, yield this.unPublish());
|
|
10345
|
+
this._isPublishing && (this._isPublishing = !1, yield this.unPublish()), this.joinTime = 0, this.dc = void 0;
|
|
10346
10346
|
});
|
|
10347
10347
|
}
|
|
10348
10348
|
clear() {
|
|
@@ -12191,7 +12191,7 @@ const Ce = (Me = class extends Sn {
|
|
|
12191
12191
|
* @returns {void}
|
|
12192
12192
|
*/
|
|
12193
12193
|
toggleAudio(e = !0) {
|
|
12194
|
-
this.audioSubState.setEnabled(e), this.
|
|
12194
|
+
this.audioSubState.setEnabled(e), this.audioElement && (this.audioElement.muted = !e);
|
|
12195
12195
|
}
|
|
12196
12196
|
/**
|
|
12197
12197
|
* 是否开启画面
|
|
@@ -13505,7 +13505,7 @@ const Ze = (Vt = class extends De {
|
|
|
13505
13505
|
g(this, "_publishLocalScreenStreamEnabled", !0);
|
|
13506
13506
|
this.screenStreamInfo.setVideoContentHint("motion"), this.pluginManager = e, this.slsReporter = t;
|
|
13507
13507
|
const i = (s) => w(this, null, function* () {
|
|
13508
|
-
if (O.info(`[${Vt.logName}]`, "plugin added", s.name), !s.isSupported("6.14.
|
|
13508
|
+
if (O.info(`[${Vt.logName}]`, "plugin added", s.name), !s.isSupported("6.14.3")) {
|
|
13509
13509
|
console.warn(`${s.name} is not supported!!!`), s.emit("unsupported");
|
|
13510
13510
|
return;
|
|
13511
13511
|
}
|