@dxos/network-manager 0.1.39-next.90cb9b6 → 0.1.40

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.
@@ -2066,6 +2066,7 @@ var WebRTCTransportService = class {
2066
2066
  const transport = new WebRTCTransport({
2067
2067
  initiator: request.initiator,
2068
2068
  stream: duplex,
2069
+ webrtcConfig: this._webrtcConfig,
2069
2070
  sendSignal: async (signal) => {
2070
2071
  next({
2071
2072
  signal: {
@@ -2126,7 +2127,7 @@ var WebRTCTransportService = class {
2126
2127
  this.transports.delete(proxyId);
2127
2128
  log11("Closed.", {}, {
2128
2129
  file: "webrtc-transport-service.ts",
2129
- line: 108,
2130
+ line: 109,
2130
2131
  scope: this,
2131
2132
  callSite: (f, a) => f(...a)
2132
2133
  });
@@ -2322,4 +2323,4 @@ export {
2322
2323
  WebRTCTransportProxyFactory,
2323
2324
  createTeleportProtocolFactory
2324
2325
  };
2325
- //# sourceMappingURL=chunk-A2UJX3UX.mjs.map
2326
+ //# sourceMappingURL=chunk-P7OEI3WM.mjs.map