quickvo-sdk-js 0.5.3 → 0.5.4
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.
- package/dist/index.js +3 -3
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7450,7 +7450,7 @@ class RoomBase {
|
|
|
7450
7450
|
screenSharing_audio: ""
|
|
7451
7451
|
});
|
|
7452
7452
|
Z(this, "initAsyncQueue", () => {
|
|
7453
|
-
this.taskQueue.clear()
|
|
7453
|
+
this.taskQueue.clear();
|
|
7454
7454
|
});
|
|
7455
7455
|
/**
|
|
7456
7456
|
* 获取房间信息
|
|
@@ -7548,7 +7548,7 @@ class RoomBase {
|
|
|
7548
7548
|
* 处理为应用层数据
|
|
7549
7549
|
*/
|
|
7550
7550
|
Z(this, "usersFilter", (I) => ft(I, ["id", "isSelf", "joinTime", "tracks", "callAction", "callActionStr", "callActionMap", "network", "permissions", "isPublished", "updateStreams"]).sort((_, k) => _.id.localeCompare(k.id, "en")));
|
|
7551
|
-
this.initAsyncQueue();
|
|
7551
|
+
this.initAsyncQueue(), this.taskQueue.setCondition("createWs", !0), this.taskQueue.setCondition("createSession", !1), this.taskQueue.setCondition("ice", !1);
|
|
7552
7552
|
}
|
|
7553
7553
|
}
|
|
7554
7554
|
const createMutedAudioStream = () => {
|
|
@@ -8864,7 +8864,7 @@ class RoomCalls extends RoomPeer {
|
|
|
8864
8864
|
return this.setRoomState("connecting"), new Promise((u) => {
|
|
8865
8865
|
const E = async () => {
|
|
8866
8866
|
try {
|
|
8867
|
-
this.taskQueue.setCondition("createSession", !1), await this.addSenders(), await this.cwsIns.sendMessage({
|
|
8867
|
+
console.log("\x1B[38;2;0;151;255m%c%s\x1B[0m", "color:#0097ff;", "------->Breathe: createSession"), this.taskQueue.setCondition("createSession", !1), await this.addSenders(), await this.cwsIns.sendMessage({
|
|
8868
8868
|
event: "connectCF",
|
|
8869
8869
|
data: { sdp: this.getSdp() }
|
|
8870
8870
|
}).then(async (_) => {
|