aliyun-rtc-sdk 6.14.3 → 6.14.4-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.
|
@@ -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.4-beta.0", Js = "web";
|
|
2268
2268
|
class He {
|
|
2269
2269
|
/**
|
|
2270
2270
|
* 将版本号转换为number
|
|
@@ -12687,6 +12687,7 @@ const xe = (Ae = class extends De {
|
|
|
12687
12687
|
publishAdd(u, h, p, d) {
|
|
12688
12688
|
return w(this, arguments, function* (e, t, i, s, n = !1, c = !1, o = nt.MANUAL) {
|
|
12689
12689
|
var l, x, v, S, b, E, _, y;
|
|
12690
|
+
yield this.dcConnectingPromise;
|
|
12690
12691
|
const f = Date.now(), m = this.getPubMsid(t, s);
|
|
12691
12692
|
try {
|
|
12692
12693
|
const A = yield ja(
|
|
@@ -12870,6 +12871,7 @@ const xe = (Ae = class extends De {
|
|
|
12870
12871
|
subscribeAdd(e) {
|
|
12871
12872
|
return w(this, null, function* () {
|
|
12872
12873
|
var n, c, o, u;
|
|
12874
|
+
yield this.dcConnectingPromise;
|
|
12873
12875
|
const { remoteUser: t, options: i } = e, s = ut(G({
|
|
12874
12876
|
url: t.streamUrl,
|
|
12875
12877
|
subAudio: !!i.audio,
|
|
@@ -13505,7 +13507,7 @@ const Ze = (Vt = class extends De {
|
|
|
13505
13507
|
g(this, "_publishLocalScreenStreamEnabled", !0);
|
|
13506
13508
|
this.screenStreamInfo.setVideoContentHint("motion"), this.pluginManager = e, this.slsReporter = t;
|
|
13507
13509
|
const i = (s) => w(this, null, function* () {
|
|
13508
|
-
if (O.info(`[${Vt.logName}]`, "plugin added", s.name), !s.isSupported("6.14.
|
|
13510
|
+
if (O.info(`[${Vt.logName}]`, "plugin added", s.name), !s.isSupported("6.14.4-beta.0")) {
|
|
13509
13511
|
console.warn(`${s.name} is not supported!!!`), s.emit("unsupported");
|
|
13510
13512
|
return;
|
|
13511
13513
|
}
|