@fishjam-cloud/webrtc-client 0.15.0 → 0.16.1

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/dist/index.mjs +0 -1
  2. package/package.json +7 -7
package/dist/index.mjs CHANGED
@@ -4470,7 +4470,6 @@ var WebRTCEndpoint = class extends EventEmitter2 {
4470
4470
  if (this.getEndpointId() === endpointId) return;
4471
4471
  this.remote.addTracks(endpointId, trackIdToTrack);
4472
4472
  } else if (event.tracksRemoved) {
4473
- this.localTrackManager.ongoingRenegotiation = true;
4474
4473
  const { endpointId, trackIds } = event.tracksRemoved;
4475
4474
  if (this.getEndpointId() === endpointId) return;
4476
4475
  this.remote.removeTracks(trackIds);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fishjam-cloud/webrtc-client",
3
- "version": "0.15.0",
3
+ "version": "0.16.1",
4
4
  "description": "Typescript client library for ExWebRTC/WebRTC endpoint in Membrane RTC Engine",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Fishjam Team",
@@ -53,19 +53,19 @@
53
53
  "@fishjam-cloud/protobufs": "0.10.2",
54
54
  "@playwright/test": "^1.51.1",
55
55
  "@types/events": "^3.0.3",
56
- "@types/node": "^22.13.10",
56
+ "@types/node": "^22.14.0",
57
57
  "@types/uuid": "^10.0.0",
58
- "@vitest/coverage-v8": "^3.0.9",
59
- "fake-mediastreamtrack": "^1.2.0",
58
+ "@vitest/coverage-v8": "^3.1.1",
59
+ "fake-mediastreamtrack": "^2.0.0",
60
60
  "husky": "^9.1.7",
61
61
  "lint-staged": "^15.5.0",
62
62
  "tsup": "^8.4.0",
63
63
  "typed-emitter": "^2.1.0",
64
- "typedoc": "^0.28.0",
64
+ "typedoc": "^0.28.2",
65
65
  "typedoc-plugin-external-resolver": "^1.0.3",
66
66
  "typedoc-plugin-mdn-links": "^5.0.1",
67
- "typescript": "^5.8.2",
68
- "vitest": "^3.0.9",
67
+ "typescript": "^5.8.3",
68
+ "vitest": "^3.1.1",
69
69
  "zod": "^3.24.2"
70
70
  },
71
71
  "lint-staged": {