quickvo-sdk-js 0.2.9 → 0.3.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.
package/dist/index.js CHANGED
@@ -7974,13 +7974,7 @@ class RoomCalls extends RoomPeer {
7974
7974
  }
7975
7975
  }
7976
7976
  if (o.length === 0) return R(!0);
7977
- await this.createOffer(), await this.cwsIns.sendMessage({
7978
- event: "closeTrack",
7979
- data: { sdp: this.getSdp(), tracks: o }
7980
- }).then(async (A) => {
7981
- const { remoteSdp: U } = A.data;
7982
- await this.setRemoteDescription({ type: "answer", sdp: U });
7983
- }), await this.emitNotifyUpdateUsers(), R(!0);
7977
+ await this.createOffer(), await this.emitNotifyUpdateUsers(), R(!0);
7984
7978
  } catch (e) {
7985
7979
  N(`停止订阅流: ${e.message}`);
7986
7980
  }