@dxos/network-manager 0.1.39-next.49cabf5 → 0.1.39
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/lib/browser/{chunk-A2UJX3UX.mjs → chunk-P7OEI3WM.mjs} +3 -2
- package/dist/lib/browser/{chunk-A2UJX3UX.mjs.map → chunk-P7OEI3WM.mjs.map} +3 -3
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +1 -1
- package/dist/lib/node/index.cjs +2 -1
- package/dist/lib/node/index.cjs.map +3 -3
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +2 -1
- package/dist/lib/node/testing/index.cjs.map +3 -3
- package/dist/types/src/transport/webrtc-transport-service.d.ts.map +1 -1
- package/package.json +16 -16
- package/src/transport/webrtc-transport-service.ts +1 -0
|
@@ -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:
|
|
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-
|
|
2326
|
+
//# sourceMappingURL=chunk-P7OEI3WM.mjs.map
|